first commit
This commit is contained in:
17
src/styles/custom.scss
Normal file
17
src/styles/custom.scss
Normal 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;
|
||||
Reference in New Issue
Block a user