MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 401: | Line 401: | ||
font-size: 0.95em; | font-size: 0.95em; | ||
list-style-type: disc; | list-style-type: disc; | ||
} | |||
:root { | |||
--tab-active-bg: #eaecf0; | |||
--tab-bg: #c8ccd1; | |||
--is-border-color: #000; | |||
} | |||
html.skin-theme-clientpref-night { | |||
--tab-active-bg: #54595d; | |||
--tab-bg: #72777d; | |||
--is-border-color: #ccc; | |||
} | } | ||