add unnecessary spaces to test cachebusting

pull/83/head
Aevann1 2022-12-19 21:48:31 +02:00
parent e325e537af
commit 0cdf4c61db
1 changed files with 5 additions and 5 deletions

View File

@ -2,13 +2,13 @@ blockquote {
color: var(--gray-400);
}
.unread {
background: #00000022!important;
background: #00000022 !important;
}
.deleted {
background-color: #bebe28!important;
border-left: 10px solid #bebe28!important;
background-color: #bebe28 !important;
border-left: 10px solid #bebe28 !important;
}
.banned {
background-color: #ff7e7e!important;
border-left: 10px solid #ff7e7e!important;
background-color: #ff7e7e !important;
border-left: 10px solid #ff7e7e !important;
}