Skip to content

Commit

Permalink
Replace Nobel 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 6c92b4f commit 9e0b530
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions css/hereditor-outline.css
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
}
.blog-header .custom-links a {
text-decoration: none;
color: rgb(var(--tint-nobel));
color: rgba(var(--tint-fore), 0.6);
}
.blog-header .custom-links a:hover {
color: rgb(var(--tint-fore));
Expand Down Expand Up @@ -212,7 +212,7 @@
font-size: 12px;
}
.pagination a {
color: rgb(var(--tint-nobel));
color: rgba(var(--tint-fore), 0.6);
text-decoration: none;
}
.pagination a:hover {
Expand All @@ -225,7 +225,7 @@
max-width: 640px;
font-size: 12px;
text-align: center;
color: rgb(var(--tint-nobel));
color: rgba(var(--tint-fore), 0.6);
line-height: 17.6px;
}
.post .article-image {
Expand Down Expand Up @@ -580,7 +580,7 @@
}
.post .bottom-teaser .isLeft p.bio,
.post .bottom-teaser .isLeft p.published {
color: rgb(var(--tint-nobel));
color: rgba(var(--tint-fore), 0.6);
}
.post .bottom-teaser .isRight {
float: right;
Expand All @@ -602,7 +602,6 @@
text-align: left;
font-size: 14px;
line-height: 1.3;
color: rgb(var(--tint-nobel));
}
.post .bottom-teaser .isRight .site-footer .poweredby {
display: block;
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-nobel: 153, 153, 153; /* circa Nobel */
--tint-fern: 87, 173, 104; /* circa Fern */
--tint-black: 0, 0, 0;
}

0 comments on commit 9e0b530

Please sign in to comment.