MediaWiki:Common.css: Difference between revisions
m theme toggle match with styling |
m better readability with light theme keeping brand color |
||
| Line 467: | Line 467: | ||
display: none; | display: none; | ||
} | } | ||
} | |||
/* ========================================================= | |||
Light Theme Readability Boost (Subtle Outline) | |||
========================================================= */ | |||
.skin-theme-clientpref-day .ooo-section-title { | |||
text-shadow: | |||
0 0 0.5px rgba(0,0,0,0.6), | |||
0 1px 0 rgba(0,0,0,0.25); | |||
} | } | ||