mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-12-25 04:43:03 +03:00
Change brand color.
This commit is contained in:
parent
9ecd7c5d5f
commit
723f0b22a1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user