forked from rDrama/rDrama
1
0
Fork 0

Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost

master
Aevann1 2022-09-21 20:53:55 +02:00
commit 7bebbe5952
4 changed files with 401 additions and 390 deletions

View File

@ -85,6 +85,15 @@ a {
color: #369;
}
.spoiler, spoiler {
background-color: var(--grey);
color: var(--grey);
}
.spoiler:hover, spoiler:hover {
color:white;
}
/*front page*/
a.btn-block[href~="/submit"] {
display:none;

View File

@ -1,4 +1,4 @@
@import 'classic.css?v=4030';
@import 'classic.css?v=4031';
:root {
--muted: #999;

View File

@ -3,8 +3,8 @@ set CACHE_VER = {
'css/main.css': 4033,
'css/catalog.css': 4007,
'css/4chan.css': 4007,
'css/classic.css': 4030,
'css/classic_dark.css': 4030,
'css/classic.css': 4031,
'css/classic_dark.css': 4031,
'css/coffee.css': 4007,
'css/dark.css': 4007,
'css/dramblr.css': 4008,

File diff suppressed because it is too large Load Diff