new: text toggle, 'now' threading, 'now' post
This commit is contained in:
parent
43676e78b9
commit
cec413de5e
8 changed files with 147 additions and 29 deletions
12
style.css
12
style.css
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue