Skip to content

Commit

Permalink
updated Note color in Dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
wm-raajvamsy committed Sep 9, 2024
1 parent 0d924b2 commit 04e9e12
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions website/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
--mermaid-border-color:#f6f8fd;
--wm-details-background: #F9F9FA;
--wm-details-icon-color: #424A52;
--ifm-alert-background-note-color: rgb(0, 82, 204,10%);
--wm-category-arrow-image:url("/img/chevron-right-category.svg");

}
Expand Down Expand Up @@ -171,6 +172,7 @@ html[data-theme="dark"] {
--wm-category-arrow-image:url("/img/chevron-right-category-dark.svg");
--ifm-toc-link-color-dark:#000000;
--wm-details-background: #192847;
--ifm-alert-background-note-color: #18243D;
--wm-details-icon-color: #FFFFFFE5;
}
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap');
Expand All @@ -179,6 +181,11 @@ body {
margin: 0;
/* font-family: 'Roboto', sans-serif; */
}

.theme-admonition-note {
background: var(--ifm-alert-background-note-color);
}

.alert--impact {
--ifm-alert-background-color: #FFFAE8;
--ifm-alert-foreground-color: rgb(66,69,73);
Expand Down

0 comments on commit 04e9e12

Please sign in to comment.