Skip to content

Commit

Permalink
Revise tint for anchor links
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmecano committed Mar 16, 2022
1 parent 0d9d909 commit 75663d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/hereditor-outline.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
:root {
--tint-fore: 53, 56, 57;
--tint-back: 242, 242, 240;
--tint-anchor: 87, 171, 90;
}

/* ==========================================================================
Expand Down Expand Up @@ -322,7 +323,7 @@
text-decoration: underline;
}
.post .bottom-teaser a:hover {
color: rgb(var(--tint-fern));
color: rgb(var(--tint-anchor));
}
.post .noarticleimage .post-meta {
font-family: var(--font-sns);
Expand Down Expand Up @@ -501,7 +502,7 @@
text-decoration: none;
cursor: pointer;
height: 44px;
background: rgb(var(--tint-fern));
background: rgb(var(--tint-anchor));
color: rgb(var(--tint-back));
vertical-align: middle;
box-sizing: border-box;
Expand Down

0 comments on commit 75663d1

Please sign in to comment.