forked from rDrama/rDrama
1
0
Fork 0

cosmetic change

master
Aevann1 2022-09-09 08:46:10 +02:00
parent 2b467c7f77
commit f17192e68b
2 changed files with 6 additions and 4 deletions

View File

@ -4511,15 +4511,17 @@ span.red {
span.green {
color: #38A169;
}
div.banned {
.banned {
background-color: #960000 !important;
border-left: 3px solid #ff0000 !important;
}
div.deleted {
.deleted {
background-color: #4a4a15 !important;
border-left: 3px solid #4a4a15 !important;
}
div.deleted.banned {
.deleted.banned {
background-color: #964000 !important;
border-left: 3px solid #964000 !important;
}
.text-admin {
color: var(--primary);

View File

@ -1,6 +1,6 @@
{%-
set CACHE_VER = {
'css/main.css': 4018,
'css/main.css': 4019,
'css/catalog.css': 4004,
'css/4chan.css': 4004,
'css/classic.css': 4005,