mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2024-10-31 22:17:36 +00:00
20 lines
633 B
SCSS
20 lines
633 B
SCSS
/*
|
|
|
|
Add styles or override variables from the theme here.
|
|
|
|
*/
|
|
|
|
$primary: #7EB07F;
|
|
$secondary: #F2C94C;
|
|
$dark: #30312C;
|
|
|
|
$td-enable-google-fonts: false;
|
|
$google_font_name: "Montserrat";
|
|
$google_font_family: "Montserrat:300,300i,400,400i,500,500i,600,700,700i";
|
|
|
|
$font-family-sans-serif: "Montserrat", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
|
|
$navbar-dark-color: rgba($secondary, 0.8) !default;
|
|
$navbar-dark-hover-color: rgba($secondary, 1) !default;
|
|
$navbar-dark-active-color: $secondary !default;
|
|
$navbar-dark-disabled-color: rgba($secondary, 0.25) !default; |