Skip to content

Commit

Permalink
Fix main title color in chaos
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Aug 19, 2021
1 parent 9391318 commit 6b63f2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion inst/templates/downcute/downcute.css
Original file line number Diff line number Diff line change
Expand Up @@ -780,9 +780,11 @@ h1.subtitle {
margin: -0.5rem 0 1.4rem;
font-weight: 300;
line-height: 1.1;
color: var(--header-text-color);
}

#content h1 {
color: var(--header-text-color);
}

.ImageZoom {
display: inline-block;
Expand Down

0 comments on commit 6b63f2a

Please sign in to comment.