kubakaoff8

Stylesheet for IGM

Aug 29th, 2023
1,336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.22 KB | None | 0 0
  1. CSS
  2.     #game
  3.     {
  4.         font-family:"Comic Sans MS",Times,serif;
  5.         color:white;
  6.     }
  7.     .thing
  8.     {
  9.         border-radius:8px;
  10.         background:rgba(0,0,0,0.5);
  11.     }
  12.     #game.filtersOn .thing.cantAfford.notOwned
  13.     {
  14.         filter:blur(3px);
  15.     }
Advertisement
Add Comment
Please, Sign In to add comment