Skip to content

Commit

Permalink
style: Update styles for improved dark mode support and add new CSS i…
Browse files Browse the repository at this point in the history
…mports
  • Loading branch information
szweibel committed Dec 18, 2024
1 parent 7be1000 commit fbecac7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
// import Poppins
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo:wght@400;500;600;700&display=swap');
@import '../node_modules/highlight.js/styles/obsidian.css';
@import '../node_modules/allotment/dist/style.css';
@import 'react-medium-image-zoom/dist/styles.css';

// primary colors (still need primary colors for dark mode)
$primary-color-bark: #614F42;
$primary-color-bark: #2E2E2E;
$primary-color-brown: #3C342F;
$primary-color-sun: #F9976A;
$primary-color-cream: #FFF9F4;
$primary-color-cream: #F9F3EF;
$primary-color-white: #FFFFFF;
$primary-color-black: #1B1621;
$primary-color-sky: #8dd0cd;
Expand Down

0 comments on commit fbecac7

Please sign in to comment.