fix classic theme

pull/98/head
geese_suck 2023-01-25 07:25:37 -08:00
parent f8822ac14d
commit 4afa57a9ba
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@
:root {
--muted: #666;
--black: #444;
--primary: #b40457;
--primary: #b40457 !important;
--grey: #888;
--upvote: #ff8b60;
--downvote: #9393ff;
@ -128,6 +128,7 @@ a.btn-block[href~="/submit"] {
color: white;
text-shadow: -1px -1px 0 black,1px -1px 0 black,-1px 1px 0 black,1px 1px 0 black;
border:none;
background-color: transparent !important;
}
#frontpage .sorting .text-primary {