Skip to content

Commit

Permalink
Change brand color.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Apr 13, 2022
1 parent 9ecd7c5 commit 723f0b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/hackernews/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ a {
}

.header {
background-color: #4b158a;
background-color: #12bf6e;
position: fixed;
z-index: 999;
height: 55px;
Expand Down Expand Up @@ -164,7 +164,7 @@ a {
}

.news-item .score {
color: #4b158a;
color: #12bf6e;
font-size: 1.1em;
font-weight: 700;
position: absolute;
Expand All @@ -189,7 +189,7 @@ a {

.news-item .host a:hover,
.news-item .meta a:hover {
color: #4b158a;
color: #12bf6e;
}

.item-view-header {
Expand Down

0 comments on commit 723f0b2

Please sign in to comment.