User home page and styling fixes

This commit is contained in:
2022-04-03 22:54:55 +02:00
parent 4d5720cb1e
commit 78cd5b555e
6 changed files with 119 additions and 110 deletions

View File

@@ -221,7 +221,8 @@ section {
}
.highlight_shaded {
background: var(--shaded_background);
background: var(--background_color);
color: var(--background_text_color);
}
.highlight_green {