Skip to content

Commit

Permalink
CPCN-403 Command News
Browse files Browse the repository at this point in the history
CN theme latest code
  • Loading branch information
darconny committed Oct 25, 2023
1 parent 5f199ee commit 19ba2f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/theme/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
/* CORE: TYPOGRAPHY */
--font-family-core--sans: "Lato", sans-serif;
--font-family-core--serif: "Titillium Web", sans-serif;

--color-background: hsl(0, 0%, 97%);
--badge-bg-highlight1: hsl(356, 72%, 46%);
--color-primary: hsl(356, 72%, 46%);

Expand Down Expand Up @@ -48,6 +50,7 @@
--sidenav-color-item-fg--active: hsla(0, 0%, 100%, 1);
--sidenav-color-badge-bg: hsla(0, 0%, 98%, 1);
--sidenav-color-badge-fg: hsl(356, 72%, 46%);
--sidenav-color-badge-active-outline: hsl(356, 72%, 46%);

/* COMPONENT: BUTTONS */
/* // Primary */
Expand Down

0 comments on commit 19ba2f8

Please sign in to comment.