Skip to content

Commit

Permalink
change color scheme to elementaryOS
Browse files Browse the repository at this point in the history
  • Loading branch information
emad-elsaid committed Jan 6, 2023
1 parent cc8b227 commit 80b8f43
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions cmd/assets/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

$family-sans-serif: "Inter", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;

// ElementaryOS colors: https://elementary.io/brand
$red: #c6262e;
$purple: #a56de2;
$blue: #0d52bf;
$cyan: #64baff;
$turquoise: #3689e6;
$green: #68b723;
$yellow: #f9c440;
$orange: #f37329;

@import "~bulma/bulma";
@import "~bulma-prefers-dark/bulma-prefers-dark";
$fa-font-path: "node_modules/@fortawesome/fontawesome-free/webfonts";
Expand Down
2 changes: 1 addition & 1 deletion public/style.css

Large diffs are not rendered by default.

0 comments on commit 80b8f43

Please sign in to comment.