blog post

This commit is contained in:
Will McGugan
2022-11-08 17:34:55 +00:00
parent 249b0d366e
commit 2e02975274
6 changed files with 7 additions and 6 deletions

View File

@@ -13,11 +13,11 @@ h3 .doc-heading code {
monospace;
}
body[data-md-color-primary="indigo"] .excalidraw svg {
body[data-md-color-primary="black"] .excalidraw svg {
filter: invert(100%) hue-rotate(180deg);
}
body[data-md-color-primary="indigo"] .excalidraw svg rect {
body[data-md-color-primary="black"] .excalidraw svg rect {
fill: transparent;
}