Skip to content

Commit

Permalink
Replace Night Rider tint by fore color (Onyx)
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmecano committed Mar 16, 2022
1 parent d30d2c2 commit 70fbf83
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 13 deletions.
31 changes: 19 additions & 12 deletions css/hereditor-outline.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
--font-srf: 'Libertinus Serif', serif; /* Serif font family */
}

/* Colors
========================================================================== */

:root {
--tint-fore: 53, 56, 57;
}

/* ==========================================================================
Checked styles
========================================================================== */
Expand Down Expand Up @@ -120,7 +127,7 @@
outline: 0;
line-height: 50px;
word-break: break-word;
color: rgb(var(--tint-nightrider));
color: rgb(var(--tint-fore));
}
.blog-header .blog-description {
margin: 0 0 20px;
Expand All @@ -141,7 +148,7 @@
color: rgb(var(--tint-nobel));
}
.blog-header .custom-links a:hover {
color: rgb(var(--tint-nightrider));
color: rgb(var(--tint-fore));
}
.content {
width: 100%;
Expand Down Expand Up @@ -177,7 +184,7 @@
}
.content article .post-title a {
text-decoration: none;
color: rgb(var(--tint-nightrider));
color: rgb(var(--tint-fore));
}
.content article .post-title a:hover {
text-decoration: none;
Expand Down Expand Up @@ -209,7 +216,7 @@
text-decoration: none;
}
.pagination a:hover {
color: rgb(var(--tint-nightrider));
color: rgb(var(--tint-fore));
}
.site-footer {
margin: 0 auto;
Expand Down Expand Up @@ -311,7 +318,7 @@
text-decoration: underline;
}
.post .bottom-teaser a {
color: rgb(var(--tint-nightrider));
color: rgb(var(--tint-fore));
text-decoration: underline;
}
.post .bottom-teaser a:hover {
Expand All @@ -327,16 +334,16 @@
letter-spacing: -0.04em;
font-size: 50px;
line-height: 1.1;
color: rgb(var(--tint-nightrider));
color: rgb(var(--tint-fore));
margin-bottom: 16px;
}
.post .post-content {
width: 100%;
font-family: var(--font-srf);
color: rgb(var(--tint-nightrider));
color: rgb(var(--tint-fore));
}
.post .post-content a {
color: rgb(var(--tint-nightrider));
color: rgb(var(--tint-fore));
text-decoration: underline;
}
.post .post-content blockquote {
Expand Down Expand Up @@ -430,7 +437,7 @@
font-size: 22px;
line-height: 30px;
margin: 0;
color: rgb(var(--tint-nightrider));
color: rgb(var(--tint-fore));
hyphens: auto;
}
.post .post-content p + p {
Expand Down Expand Up @@ -513,7 +520,7 @@
padding-left: 12px;
}
.share a:hover {
color: rgb(var(--tint-nightrider));
color: rgb(var(--tint-fore));
}
.post .bottom-teaser {
padding: 50px 0;
Expand Down Expand Up @@ -591,7 +598,7 @@
.post .bottom-teaser .isRight .site-footer {
margin: 0;
padding: 0;
color: rgb(var(--tint-nightrider));
color: rgb(var(--tint-fore));
text-align: left;
font-size: 14px;
line-height: 1.3;
Expand All @@ -600,7 +607,7 @@
.post .bottom-teaser .isRight .site-footer .poweredby {
display: block;
padding-bottom: 18px;
color: rgb(var(--tint-nightrider));
color: rgb(var(--tint-fore));
line-height: 1.25rem;
}
.index-headline {
Expand Down
1 change: 0 additions & 1 deletion css/hereditor-palette.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@
--tint-nobel: 153, 153, 153; /* circa Nobel */
--tint-dimgray: 102, 102, 102; /* circa Dim Gray */
--tint-fern: 87, 173, 104; /* circa Fern */
--tint-nightrider: 51, 51, 51; /* circa Night Rider */
--tint-black: 0, 0, 0;
}

0 comments on commit 70fbf83

Please sign in to comment.