Skip to content

Commit

Permalink
Reduce number of blues in use
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiascarf committed Sep 11, 2023
1 parent bd8a2c5 commit a8a895e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,25 @@ body {
}

a {
color: #098e8e;
text-decoration: none;
}

a:hover {
color: #20c3c4;
text-decoration: underline;
}

a.btn {
background-color: #31383c;
border-color: #31383c;
}

a.btn:hover {
background-color: #20c3c4;
border-color: #20c3c4;
}

input[data-hook=search-query] {
display: none;
}
Expand All @@ -22,6 +34,10 @@ input[data-hook=search-query] {
.js-shown { display: none; }
.js .js-shown { display: block; }

.bg-primary {
background-color: #20c3c4 !important;
}

.organization-card > p {
text-align: start;
}
Expand Down

0 comments on commit a8a895e

Please sign in to comment.