mirror of
https://github.com/bigskysoftware/hypermedia-systems.git
synced 2025-11-27 00:06:05 -05:00
fix: diagrams invisible in dark mode
This commit is contained in:
parent
157489ba65
commit
53c4fe69c5
@ -81,6 +81,10 @@
|
||||
header, footer, summary, button, input, small, .\<small\>, aside { font-variation-settings: "opsz" 8 }
|
||||
|
||||
/* #endregion */
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
img[src*="/images/diagram"] { filter: invert(1) }
|
||||
}
|
||||
|
||||
/* #region Asciidoc */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user