mirror of
https://github.com/tale/headplane.git
synced 2026-07-27 16:18:57 +00:00
18 lines
215 B
CSS
18 lines
215 B
CSS
html.dark .light-only {
|
|
display: none !important;
|
|
}
|
|
|
|
html:not(.dark) .dark-only {
|
|
display: none !important;
|
|
}
|
|
|
|
figure {
|
|
padding: 1em;
|
|
}
|
|
|
|
figcaption {
|
|
text-align: center;
|
|
font-size: 0.9em;
|
|
margin-top: 0.5em;
|
|
}
|