new: text toggle, 'now' threading, 'now' post

This commit is contained in:
nnwhen 2025-03-02 14:23:28 +02:00
parent 43676e78b9
commit cec413de5e
8 changed files with 147 additions and 29 deletions

View file

@ -16,6 +16,7 @@
--text-background: #000000cc;
--text-highlight: #3c362e;
--blog-box: #2b2f32;
--blog-box-alt: #242627;
--load-0: #abb5ba61;
--load-1: #4a525761;
@ -81,6 +82,17 @@ a:hover {
}
}
button {
border: none;
color: var(--accent-1);
background-color: transparent;
text-align: center;
}
button:hover {
cursor: pointer;
color: var(--max-1);
}
#content-warnings {
margin: 15px 0;
padding: 2px;