add board buttons row for mobile and desktop, global styling for button

This commit is contained in:
plebeius.eth
2024-03-22 12:09:17 +01:00
parent 7e33a5de8e
commit 80c3a51328
9 changed files with 123 additions and 50 deletions
@@ -24,18 +24,18 @@
}
.hideButton {
color: var(--button-text-color);
color: var(--button-desktop-text-color);
text-decoration: var(--button-text-decoration);
text-transform: capitalize;
}
.hideButton:hover {
cursor: pointer;
color: var(--button-text-color-hover);
color: var(--button-desktop-text-color-hover);
}
.statValue {
color: var(--button-text-color);
color: var(--button-desktop-text-color);
}
.lowercase {