diff options
author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-11 18:09:38 -0400 |
---|---|---|
committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-11 18:09:38 -0400 |
commit | a51b3df668ceaa856396309dec546c8e879d2df0 (patch) | |
tree | c41051e70338edef084f50c7e4ff16a0a28a667f /src | |
parent | adad36606a17642fffdcb492a5ed1326f9adb010 (diff) | |
parent | fd27ddf326c5e6bec5dd63568afc9234c75dcb66 (diff) |
Merge branch 'ui_improvements' of https://github.com/browngraphicslab/Dash-Web into ui_improvements
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/_global_variables.scss | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/src/client/views/_global_variables.scss b/src/client/views/_global_variables.scss index a832d9614..b448d43f0 100644 --- a/src/client/views/_global_variables.scss +++ b/src/client/views/_global_variables.scss @@ -1,23 +1,17 @@ -@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,700|Crimson+Text:400,400i,700"); +@import url("https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Crimson+Text:400,400i,700"); // colors $light-color: #fcfbf7; -$light-color-secondary: rgb(241, -239, -235); +$light-color-secondary: rgb(241, 239, 235); $main-accent: #61aaa3; // $alt-accent: #cdd5ec; // $alt-accent: #cdeceb; $alt-accent: #f9e1db; -$lighter-alt-accent: rgb(207, -220, -240); +$lighter-alt-accent: rgb(207, 220, 240); $intermediate-color: #9c9396; $dark-color: #121721; // fonts -$sans-serif: "Noto Sans", -sans-serif; +$sans-serif: "Noto Sans", sans-serif; // $sans-serif: "Roboto Slab", sans-serif; -$serif: "Crimson Text", -serif; +$serif: "Crimson Text", serif; // misc values -$border-radius: 0.3em;
\ No newline at end of file +$border-radius: 0.3em; |