mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
fix dark mode
This commit is contained in:
@@ -13,11 +13,11 @@ h3 .doc-heading code {
|
||||
monospace;
|
||||
}
|
||||
|
||||
body[data-md-color-primary="black"] .excalidraw svg {
|
||||
body[data-md-color-primary="indigo"] .excalidraw svg {
|
||||
filter: invert(100%) hue-rotate(180deg);
|
||||
}
|
||||
|
||||
body[data-md-color-primary="black"] .excalidraw svg rect {
|
||||
body[data-md-color-primary="indigo"] .excalidraw svg rect {
|
||||
fill: transparent;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user