feat(post): add post info row, update themes

This commit is contained in:
plebeius.eth
2024-03-22 17:12:54 +01:00
parent d0a3e959fc
commit 992ed5dbb0
4 changed files with 98 additions and 10 deletions
@@ -5,13 +5,13 @@
}
.boardNavDesktop a {
color: var(--button-desktop-text-color);
text-decoration: var(--button-desktop-text-color-decoration);
color: var(--boardnav-desktop-link-text-color);
text-decoration: var(--boardnav-desktop-link-text-decoration);
}
.boardNavDesktop a:hover {
color: var(--button-desktop-text-color-hover);
text-decoration: var(--button-desktop-text-color-hover);
color: var(--boardnav-desktop-link-text-color-hover);
text-decoration: var(--boardnav-desktop-link-text-decoration-hover);
}
.navTopRight {