Content deleted Content added
reduce line-height of disclaimer |
inherit color in dark mode Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 51:
margin-left: 1em;
}
}
html.skin-night-mode-clientpref-1 .documentation,
html.skin-night-mode-clientpref-1 .documentation-metadata {
background-color: inherit;
}
@media (prefers-color-scheme: dark) {
html.skin-night-mode-clientpref-2 .documentation,
html.skin-night-mode-clientpref-2 .documentation-metadata {
background-color: inherit;
}
}
|