User:YutoMaikeru/common.css: Difference between revisions
From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
YutoMaikeru (talk | contribs) (Removing grayscale) |
YutoMaikeru (talk | contribs) m (Hide - no longer needed) |
||
Line 1: | Line 1: | ||
/* | |||
body { | body { | ||
filter: grayscale(0%); | filter: grayscale(0%); | ||
Line 5: | Line 6: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
*/ |
Latest revision as of 15:24, 2 April 2024
/* body { filter: grayscale(0%); } a:not(:hover) { text-decoration: none; } */