Skip to content

Commit

Permalink
Darker text for improved contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
denny committed Apr 29, 2021
1 parent 2e1af41 commit ef33b6c
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions themes/halcyonic/stylesheets/halcyonic/shinycms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,14 @@ nav .sm li li li {
list-style: none;
}

#content h2 {
color: $nearly-black;
}

#content h3 {
color: $dark-grey;
}

// ===== ( sidebars ) =====

.sidebar section {
Expand Down Expand Up @@ -340,7 +348,23 @@ nav .sm li li li {
}


// ===== ( links in headers/footers ) =====
// ===== ( page footer ) =====

#footer {
color: $dark-grey !important;
}

#footer a {
color: $dark-grey !important;
text-decoration: none;
}

#footer a:hover {
color: $blue !important;
}


// ===== ( links in content headers/footers ) =====

.content header a,
.content footer a {
Expand Down Expand Up @@ -394,7 +418,7 @@ nav .sm li li li {
}

.comment header {
margin-bottom: 1em !important;
margin-bottom: 1em !important;
}

.comment footer {
Expand Down

0 comments on commit ef33b6c

Please # to comment.