Skip to content

Commit

Permalink
Don't mute site heading
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillbobyrev committed Jun 15, 2023
1 parent 8e3822f commit d01503a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:root {
/* Colors */
--text-color: #4a4a4a;
--heading-color: #000;
--text-accent-color: #000;
--accent: #4285f4;
--accent-light: #93a9d1;
--tag-background: #e8f0fe;
Expand Down Expand Up @@ -105,7 +105,7 @@ time {
/* Title and menu. */

.blog-title {
color: var(--text-color);
color: var(--text-accent-color);
text-decoration: none;
font-size: xx-large;
font-weight: bold;
Expand All @@ -121,7 +121,7 @@ time {
text-decoration: none;
font-size: large;
padding-right: .3rem;
color: var(--text-color);
color: var(--text-accent-color);
font-weight: 600;
transition: color 0.3s;
}
Expand Down Expand Up @@ -153,7 +153,6 @@ time {
padding-right: .4rem;
}

/* I kind of like this, but it isn't perfect, maybe work on styling the tags? */
.tag-cloud>li>a {
color: var(--text-color);
background-color: var(--tag-background);
Expand Down Expand Up @@ -195,7 +194,7 @@ h3,
h4,
h5,
h6 {
color: var(--heading-color);
color: var(--text-accent-color);
}

/* Misc */
Expand Down

0 comments on commit d01503a

Please sign in to comment.