Skip to content

Commit

Permalink
Use OSHWA colors for Bulma's semantic colors
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes committed Aug 20, 2024
1 parent c053ab9 commit 8a2f2f6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/static/styles/oshwa.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,22 @@
:root {
--bulma-body-size: 18px;
--bulma-family-primary: var(--oshwa-family-text);

--bulma-primary-h: 169deg;
--bulma-primary-s: 45%;
--bulma-primary-l: 54%;
--bulma-link-h: 196deg;
--bulma-link-s: 82%;
--bulma-link-l: 49%;
--bulma-info-h: 277deg;
--bulma-info-s: 30%;
--bulma-info-l: 50%;
--bulma-warning-h: 36deg;
--bulma-warning-s: 96%;
--bulma-warning-l: 62%;
--bulma-danger-h: 4deg;
--bulma-danger-s: 85%;
--bulma-danger-l: 61%;
}

.content h1,
Expand Down

0 comments on commit 8a2f2f6

Please sign in to comment.