Module:Navbar/styles.css: Difference between revisions
move text-decoration:inherit to TemplateStyles |
Richardpruen (talk | contribs) m 1 revision imported: template update |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 57: | Line 57: | ||
} | } | ||
/* | /* not the usual @media screen, we simply remove navbar in @media print */ | ||
html.skin-theme-clientpref-night .navbar li a abbr { | |||
color: var(--color-base) !important; | |||
. | |||
} | } | ||
. | @media (prefers-color-scheme: dark) { | ||
html.skin-theme-clientpref-os .navbar li a abbr { | |||
color: var(--color-base) !important; | |||
} | |||
} | } | ||
@media print { | |||
.navbar { | |||
display: none !important; | |||
} | |||
} | } |