Skip to content

Commit

Permalink
Merge pull request #112 from v-jstruve/main
Browse files Browse the repository at this point in the history
color contrast updates
  • Loading branch information
jstruve-catalysis authored Sep 12, 2023
2 parents 4c8a628 + 96d8187 commit 85156a1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@


:root {
--ifm-color-primary: #8661c5;
--ifm-color-primary: #b638ba;
--ifm-color-primary-dark: #764bbd;
--ifm-color-primary-darker: #6e43b7;
--ifm-color-primary-darkest: #5b3797;
--ifm-color-primary-light: #9677cd;
--ifm-color-primary-lighter: #9f81d1;
--ifm-color-primary-lightest: #b7a2dd;
--ifm-navbar-background-color: #f5f6f7!important;
--ifm-link-color: #C03BC4!important;
--ifm-link-color: #b638ba!important;
/* --ifm-card-background-color: #f5f6f7!important; */

}

[data-theme='dark'] {
--ifm-color-primary: #c5b4e3;
--ifm-color-primary: #ffb3bb;
--ifm-color-primary-dark: #ae96d8;
--ifm-color-primary-darker: #a388d2;
--ifm-color-primary-darkest: #805bc2;
Expand Down Expand Up @@ -224,15 +224,15 @@ hr {
color: #ffb3bb!important;
}

.table-of-contents__link:hover, .table-of-contents__link:hover code, .table-of-contents__link--active, .table-of-contents__link--active code {
/* .table-of-contents__link:hover, .table-of-contents__link:hover code, .table-of-contents__link--active, .table-of-contents__link--active code {
color: #C03BC4;
text-decoration: none;
}
} */

[data-theme='dark'] .table-of-contents__link:hover, .table-of-contents__link:hover code, .table-of-contents__link--active, .table-of-contents__link--active code {
/* [data-theme='dark'] .table-of-contents__link:hover, .table-of-contents__link:hover code, .table-of-contents__link--active, .table-of-contents__link--active code {
color: #ffb3bb;
text-decoration: none;
}
} */

@media screen and (max-width: 996px) {
.hide-on-mobile {
Expand Down

0 comments on commit 85156a1

Please sign in to comment.