Skip to content

Commit

Permalink
Merge pull request #4 from ClimateMatchAcademy/styling
Browse files Browse the repository at this point in the history
Update css
  • Loading branch information
mannazsci authored Oct 5, 2023
2 parents 924622f + 7ce85b8 commit ca81e4b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions _static/cisp-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,23 @@ table td {
border: 2px solid var(--bs-border-color);
padding: 15px;
}

html[data-theme=light]{
--pst-color-primary: #e18256;
--pst-color-secondary:#66ada9;
--pst-color-info:#313f76;
}

html[data-theme=dark]{
--pst-color-primary: #66ada9;
--pst-color-secondary: #e18256;
--pst-color-info:#66ada9;
--pst-color-info-bg:#3b6764;
--pst-color-warning:#f0ba7d;
--pst-color-warning-bg:#c6714a;
}

html[data-theme]{
--sbt-color-announcement: #313f76;
}

0 comments on commit ca81e4b

Please sign in to comment.