Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
mohandast52 committed Jul 5, 2022
1 parent 96f0fdf commit a186847
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,12 @@
}

.md-content__inner h2 {
color: var(--md-primary-fg-color--dark);
color: var(--md-primary-fg-color);
/* font-family: var(--md-text-font-bold); */
}

.md-content__inner h3 {
color: var(--md-primary-fg-color--dark);
color: var(--md-primary-fg-color);
}

.md-typeset a {
Expand All @@ -152,6 +153,12 @@
.md-typeset .admonition,
.md-typeset details {
border-color: var(--md-primary-fg-color);
border: none;
}

.md-typeset .note>.admonition-title:before,
.md-typeset .note>summary:before {
background-color: var(--md-primary-fg-color);
}

.md-typeset .admonition>.admonition-title:before,
Expand All @@ -169,6 +176,10 @@
}

/* ------ footer ------ */
.md-footer {
background-color: var(--md-primary-fg-color);
}

.md-footer .md-footer-nav,
.md-footer .md-footer-nav__direction {
color: var(--md-extra-color-black);
Expand Down

0 comments on commit a186847

Please sign in to comment.