Skip to content

Commit

Permalink
Fix callout header color
Browse files Browse the repository at this point in the history
Signed-off-by: RD WebDesign <[email protected]>
  • Loading branch information
rdwebdesign committed Jun 17, 2024
1 parent d7ca2da commit 4c23e5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions style/themes/default-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ body {
h4 {
color: #44def1;
}
.callout h4 {
color: inherit;
}
.content-header > .breadcrumb > li > a {
color: #bec5cb;
}
Expand Down
3 changes: 3 additions & 0 deletions style/themes/high-contrast-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ a:active {
h4 {
color: #44def1;
}
.callout h4 {
color: inherit;
}

.page-header {
border-color: #202830;
Expand Down

0 comments on commit 4c23e5b

Please sign in to comment.