MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Created page with ":root { --background-color-base: #eef7fb; --background-color-neutral-subtle: #e1eff5; } #effect, #positive-effect, #neutral-effect { text-decoration: underline; color: #ff986a }" |
No edit summary |
||
| Line 4: | Line 4: | ||
} | } | ||
.effect, .positive-effect, .neutral-effect { | |||
text-decoration: underline; | text-decoration: underline; | ||
color: #ff986a | color: #ff986a | ||
} | } | ||
Revision as of 21:42, 15 September 2026
:root {
--background-color-base: #eef7fb;
--background-color-neutral-subtle: #e1eff5;
}
.effect, .positive-effect, .neutral-effect {
text-decoration: underline;
color: #ff986a
}