Merge pull request 'Small Fixes' (#2) from small_fixes into main

Reviewed-on: #2
This commit is contained in:
muppeth 2023-04-04 20:18:02 +00:00
commit 0e2d5f17b4
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 {