Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
csaben authored Sep 22, 2023
1 parent d377dae commit acc97f0
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
--hr: #cfcfcf;

/* Bamboo CSS Dark Mode Overrides */
--b-txt: #d8dee9;
--b-bg-1: #2e3440;
--b-bg-2: #3b4252;
--b-line: #4c566a;
--b-link: #88c0d0;
--b-btn-bg: #5e81ac;
--b-btn-txt: #eceff4;
--b-font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--b-font-mono: Consolas, Monaco, monospace;

--b-txt: #2e3440;
--b-bg-1: #fff;
--b-bg-2: #eceff4;
--b-line: #eceff4;
--b-link: #bf616a;
--b-btn-bg: #242933;
--b-btn-txt: #fff;
}


header {
padding-top: 5vh;
margin-bottom: 5vh;
Expand Down

0 comments on commit acc97f0

Please sign in to comment.