Change brand color.

This commit is contained in:
Dillon Kearns 2022-04-13 09:33:37 -07:00
parent 9ecd7c5d5f
commit 723f0b22a1

View File

@ -16,7 +16,7 @@ a {
}
.header {
background-color: #4b158a;
background-color: #12bf6e;
position: fixed;
z-index: 999;
height: 55px;
@ -164,7 +164,7 @@ a {
}
.news-item .score {
color: #4b158a;
color: #12bf6e;
font-size: 1.1em;
font-weight: 700;
position: absolute;
@ -189,7 +189,7 @@ a {
.news-item .host a:hover,
.news-item .meta a:hover {
color: #4b158a;
color: #12bf6e;
}
.item-view-header {