added theme notice

This commit is contained in:
2023-01-22 12:22:03 +01:00
parent 69e8785f23
commit 50b1238748
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
--txt: #d3c6aa;
--accent: #a7c080;
--body-bg: #2d353b;
--dark: #232a2e;
--border: 4pt;
--font-body: "Consolas", monaco, "Liberation Mono", "Lucida Console", monospace;
}
@@ -83,7 +84,7 @@ a {
}
code {
background: #232a2e;
background: var(--dark);
padding: .2rem .3rem;
border-radius: .3rem;
}