Style updates.
h3rald h3rald@h3rald.com
Wed, 14 Feb 2024 09:30:41 +0100
2 files changed,
16 insertions(+),
9 deletions(-)
M
assets/styles/style.css
→
assets/styles/style.css
@@ -56,10 +56,15 @@ --warning-color: #FFAF00;
--error-color: #DB141A; } -/*.themed-content { - min-height: 100vh; +.theme-switcher-icon.dark-mode-hide::after { + content: " dark mode"; + color: var(--primary-text-color); +} + +.theme-switcher-icon::after { + content: " light mode"; + color: var(--primary-text-color); } -*/ .themed-content .light-mode-hide { display: initial;@@ -519,6 +524,10 @@
.content { background: var(--primary-background); color: var(--primary-text-color); +} + +.main { + padding-top: 35px; } .main,