MediaWiki:Common.css: Difference between revisions
From Kainga Encyclopedia
no edit summary
imported>NotoriousRBG No edit summary |
imported>NotoriousRBG No edit summary |
||
Line 19: | Line 19: | ||
/* Color variables for tech rarity colors */ | /* Color variables for tech rarity colors */ | ||
:root{ | :root { | ||
--Unique: #cc003f; | --Unique: #cc003f; | ||
--Legendary: #ffbc00; | --Legendary: #ffbc00; | ||
Line 25: | Line 25: | ||
--Rare: #00d5ea; | --Rare: #00d5ea; | ||
--Common: #6c675e; | --Common: #6c675e; | ||
} | |||
/* spoiler hover */ | |||
.spoiler{ | |||
background-color:#FFF; | |||
color:#FFF | |||
} | |||
.spoiler:hover { | |||
color:#000; | |||
} | } |