Skip to content

Commit

Permalink
CSS updates
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed Nov 26, 2024
1 parent d69fa2b commit a6d4a77
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions book/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,18 @@ img:not(.logo__image, .footer_logo) {
max-height: 60px;
}

div.alert :is(h1, h2, h3, h4, h5, h6) {
color: black;
}

html[data-theme="dark"] a:visited {
color: #ffffff;
}

html[data-theme="light"] a:visited {
color: #ed1c24;
}

/* Custom CSS * - mostly custom admonitions */

/**********************************************************************************/
Expand Down

0 comments on commit a6d4a77

Please sign in to comment.