add subplebbit stats, improve css variables

This commit is contained in:
plebeius.eth
2024-03-20 15:12:19 +01:00
parent 9626c6c9d8
commit 10c71aec04
6 changed files with 130 additions and 18 deletions
@@ -5,11 +5,11 @@
}
.togglePostForm span {
color: var(--post-form-toggle-text-color);
text-decoration: var(--post-form-toggle-text-decoration);
color: var(--button-text-color);
text-decoration: var(--button-text-decoration);
}
.togglePostForm span:hover {
cursor: pointer;
color: var(--post-form-toggle-text-color-hover);
color: var(--button-text-color-hover);
}