talos/website/assets/scss/_variables_project.scss
Spencer Smith e3fda049fe
docs: overhaul all the docs
This moves our docs to a hugo-based doc setup with docsy theme.

Signed-off-by: Spencer Smith <spencer.smith@talos-systems.com>
2022-03-22 13:05:21 -04:00

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;