e3fda049fe
This moves our docs to a hugo-based doc setup with docsy theme. Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
15 lines
242 B
SCSS
15 lines
242 B
SCSS
/*
|
|
|
|
Add styles or override variables from the theme here.
|
|
|
|
*/
|
|
|
|
$google_font_name: "Fira Sans" !default;
|
|
$google_font_family: "Fira+Sans:300,300i,400,400i,700,700i" !default;
|
|
|
|
|
|
$primary: #281D49;
|
|
$secondary: #F92A20;
|
|
|
|
$link-color: $secondary;
|