first commit

This commit is contained in:
Kenneth Jannette
2024-01-11 18:24:41 -06:00
commit 4c1fb67383
103 changed files with 29954 additions and 0 deletions

17
src/styles/custom.scss Normal file
View File

@@ -0,0 +1,17 @@
$font-family-sans-serif: "Roboto", "Karla", "Great Vibes", "Helvetica Neue",
system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans", "Liberation Sans",
Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
"Noto Color Emoji" !default;
$font-family-italic: "Roboto Regular 400 Italic";
$navbar-padding-y: 1.2rem;
$navbar-padding-x: 2rem;
$headings-margin-bottom: 1rem;
$primary: #1a76c7;
$haq-blue: #edf4f5;
$text-dark: #000;
$text-medium: #767676;
$text-light: #a9a9a9;
$ultra-light-accent: #e4e4e4;
$accent-orange: #f27300;
$link-decoration: none;
$link-hover-decoration: underline;