mirror of
https://github.com/amir20/dozzle.git
synced 2026-01-03 03:27:29 +01:00
8 lines
93 B
CSS
Executable File
8 lines
93 B
CSS
Executable File
tml.dark .shiki-light {
|
|
display: none;
|
|
}
|
|
|
|
html:not(.dark) .shiki-dark {
|
|
display: none;
|
|
}
|