Skip to content

Commit

Permalink
💄 css: Force quote text to be dark
Browse files Browse the repository at this point in the history
Fixes #105

Type of Change:

 - Code
 - User Interface
  • Loading branch information
Nolski authored and jwflory committed Jun 6, 2022
1 parent 0cb1c9c commit 934372d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -729,9 +729,11 @@ blockquote {
padding: 20px 40px 0;
margin: 40px 0;
font-weight: 300;
;
}

blockquote p {
color: var(--text-color-dark) !imporant;
}

/* citation Parent div */

Expand Down Expand Up @@ -1218,7 +1220,7 @@ pre code::-webkit-scrollbar-thumb {
.sectlevel2 {
display:none;
}

.content > .toc > .sectlevel1 > li a:hover, a:focus + .sectlevel2 {
display:block;
padding-top:1rem;
Expand Down

0 comments on commit 934372d

Please sign in to comment.