Skip to content

Commit

Permalink
Replace Silver tint by fore color (alpha 0.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmecano committed Mar 16, 2022
1 parent 10afd40 commit 6c92b4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion css/hereditor-outline.css
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
}
.share a {
text-decoration: none;
color: rgb(var(--tint-silver));
color: rgba(var(--tint-fore), 0.6);
padding-left: 12px;
}
.share a:hover {
Expand Down
1 change: 0 additions & 1 deletion css/hereditor-palette.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
--tint-whisper: 232, 232, 232; /* circa Whisper */
--tint-snowdrift: 222, 222, 220; /* circa Snow Drift */
--tint-verylightgrey: 204, 204, 204; /* circa Very Light Grey */
--tint-silver: 187, 187, 187; /* circa Silver */
--tint-nobel: 153, 153, 153; /* circa Nobel */
--tint-fern: 87, 173, 104; /* circa Fern */
--tint-black: 0, 0, 0;
Expand Down

0 comments on commit 6c92b4f

Please sign in to comment.