diff options
Diffstat (limited to 'sass/_predefined.scss')
-rw-r--r-- | sass/_predefined.scss | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sass/_predefined.scss b/sass/_predefined.scss index ec3c6c7..acdfa28 100644 --- a/sass/_predefined.scss +++ b/sass/_predefined.scss @@ -1,12 +1,20 @@ // Colors // -$theme: #018574; -$text: #c6cddb; -$light-grey: #494f5c; +//bkup +$theme: #018574; // links // green +$text: #c6cddb; // general text // white grey +$light-grey: #494f5c; // bg // all below are grey darkish $dark-grey: #3b3e48; $highlight-grey: #7d828a; $midnightblue: #31333d; +//$theme: #018574; +//$text: #8dabd0; // general text // mod white +//$light-grey: #4e6695; // bg // mod blue +//$dark-grey: #4e6695; +//$highlight-grey: #4e6695; +//$midnightblue: #4e6695; + // Fonts // $fonts: "Trebuchet MS", Verdana, "Verdana Ref", "Segoe UI", Candara, |