update ui

This commit is contained in:
Tom (plebeius.eth)
2024-06-29 12:15:10 +02:00
parent 6647f25bf8
commit f0bd9e9e9b
3 changed files with 32 additions and 26 deletions
@@ -51,17 +51,17 @@
padding-top: 15px;
}
.createBoardButton {
.adButton {
text-align: center;
font-size: 10px;
}
.createBoardButton a {
.adButton a {
text-decoration: none;
color: var(--button-desktop-text-color);
}
.createBoardButton a:hover {
.adButton a:hover {
cursor: pointer;
color: var(--button-desktop-text-color-hover);
}
@@ -71,7 +71,7 @@
display: none;
}
.createBoardButton {
.adButton {
display: inline-flex;
}
}