mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(markdown): add spoiler text
This commit is contained in:
@@ -26,6 +26,16 @@ hr {
|
||||
color: var(--post-greentext-color);
|
||||
}
|
||||
|
||||
.spoilertext {
|
||||
color: #000 !important;
|
||||
background: #000 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.spoilertext:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.capitalize {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user