mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +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;
|
|
}
|