mirror of
https://github.com/tale/headplane.git
synced 2026-08-09 13:39:23 +00:00
8 lines
112 B
CSS
8 lines
112 B
CSS
html.dark .light-only {
|
|
display: none !important;
|
|
}
|
|
|
|
html:not(.dark) .dark-only {
|
|
display: none !important;
|
|
}
|