A little extension to filter out reminder spam from the front page of FA.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
214 B

  1. body {
  2. min-width: 250pt;
  3. min-height: 150pt;
  4. font-size: 24pt;
  5. }
  6. #blacklist {
  7. width: 100%;
  8. height: 70%;
  9. font-size: 16pt;
  10. }
  11. #confirm {
  12. width: 100%;
  13. height: 20%;
  14. font-size: 24pt;
  15. }