More tweak to widget rendering

This commit is contained in:
Zef Hemel
2023-10-29 12:26:57 +01:00
parent 7e9a3f7b6a
commit af3e4737ba
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -217,7 +217,7 @@ html[data-theme="dark"] {
--editor-frontmatter-background-color: rgb(41, 40, 35, 0.5);
--editor-frontmatter-color: var(--subtle-color);
--editor-frontmatter-marker-color: #fff;
--editor-directive-background-color: rgba(72, 72, 72, 0.2);
--editor-directive-background-color: rgba(72, 72, 72, 0.5);
--editor-directive-border-color: #0000000f;
--editor-directive-color: #5b5b5b;
--editor-directive-info-color: var(--subtle-color);