added small fixes to the theme. mainly top margin in the front page and change of font color on the top bar

This commit is contained in:
muppeth 2023-04-04 22:12:14 +02:00
parent 1c6aec00fa
commit 32106e17d6
Signed by: muppeth
GPG key ID: 0EBC7B9848D04031
5 changed files with 9 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -45,7 +45,7 @@
}
// Category color
.category label {
color: #c0bbbb;
color: var(--color-btn-font);
}
// Navbar links in right corner only on results page
@ -74,7 +74,11 @@
min-height: 8rem;
}
}
//top margin front page
#main_index {
margin-top: 13vh;
}
// Have a slightly more bright disroot purple color on logo png
// when in dark mode
.theme-dark .index .title {