Skip to content

Commit

Permalink
Create style.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
coillarach committed Sep 2, 2024
1 parent 4a77a47 commit 0a88504
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
---

@import "{{ site.theme }}";

// Theme mods (just-the-docs)
body {
--pale-red: #fcf1f1;
--dark-red: #900401;
--pale-blue: #f1f2fc;
--dark-blue: #011390;
--pale-green: #f2fcf1;
--dark-green: #209001;
--pale-orange: #fcf6f1;
--dark-orange: #903e01;
--pale-yellow: #fcfbf1;
--dark-yellow: #908801;
--pale-purple: #f8f1fc;
--dark-purple: #5a0190;
--pale-teal: #f1fafc;
--dark-teal: #017696;
--light-grey: #f0f0f0;
--code-background: #f8f9fa;
font-size: 1.3rem;
}

0 comments on commit 0a88504

Please sign in to comment.