Fix broken top bar remaining still pinned on soome themes

This commit is contained in:
Zankaria 2024-04-30 15:46:02 +02:00
parent 8bc9a22920
commit 1da97d77ca
3 changed files with 26 additions and 28 deletions

View file

@ -18,7 +18,7 @@ body {
src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype');
}
h1
h1
{
letter-spacing: -2px;
font-size: 20pt;
@ -27,7 +27,7 @@ h1
}
div.title, h1 {
color: #32DD72;
}
div.title p {
font-size: 10px;
@ -141,11 +141,11 @@ span.trip {
color: #AAAAAA;
}
div.pages {
background: #1E1E1E;
background: #1E1E1E;
font-family: sans-serif;
}
.bar.bottom {
bottom: 0px;
@ -185,7 +185,6 @@ div.boardlist:not(.bottom) {
}
.desktop-style div.boardlist:not(.bottom) {
position:static;
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
color: #999999;
background-color: #1E1E1E;