style: update mobile UI spacing, colors

This commit is contained in:
Tom (plebeius.eth)
2024-06-30 11:47:09 +02:00
parent f0bd9e9e9b
commit 6eb521f501
7 changed files with 22 additions and 10 deletions
+3 -1
View File
@@ -44,6 +44,7 @@
background-color: var(--topbar-mobile-background-color);
border-bottom: var(--topbar-mobile-border-bottom);
font-size: var(--topbar-mobile-font-size);
color: var(--topbar-mobile-button-text-color);
position: fixed;
width: 100%;
z-index: 3;
@@ -72,6 +73,7 @@
.boardSelect {
float: left;
color: var(--homepage-box-link-text-color);
}
.pageJump {
@@ -81,8 +83,8 @@
.pageJump a, .pageJump span {
padding-right: 5px;
color: var(--homepage-box-link-text-color);
text-decoration: var(--homepage-box-link-text-decoration);
cursor: pointer;
}
@media (max-width: 640px) {