diff options
author | Hannah Chow <hannah_chow@brown.edu> | 2019-03-11 17:06:06 -0400 |
---|---|---|
committer | Hannah Chow <hannah_chow@brown.edu> | 2019-03-11 17:06:06 -0400 |
commit | 310255792c0b84c0c8cbb063b5e82fc69ca0dba6 (patch) | |
tree | ed10befe8c32abb89b9ee5c22f847219d32d82f0 /src/client/views/_global_variables.scss | |
parent | 03ce1e07841ecc67c5f63507590989fb606f0af7 (diff) |
hewwo
Diffstat (limited to 'src/client/views/_global_variables.scss')
-rw-r--r-- | src/client/views/_global_variables.scss | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/src/client/views/_global_variables.scss b/src/client/views/_global_variables.scss index 333fb3122..a832d9614 100644 --- a/src/client/views/_global_variables.scss +++ b/src/client/views/_global_variables.scss @@ -1,17 +1,23 @@ @import url("https://fonts.googleapis.com/css?family=Roboto+Slab:300,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; -$lighter-alt-accent: rgb(207, 220, 240); +// $alt-accent: #cdd5ec; +// $alt-accent: #cdeceb; +$alt-accent: #f9e1db; +$lighter-alt-accent: rgb(207, +220, +240); $intermediate-color: #9c9396; $dark-color: #121721; - // fonts -$sans-serif: "Roboto Slab", sans-serif; -$serif: "Crimson Text", serif; - +$sans-serif: "Noto Sans", +sans-serif; +// $sans-serif: "Roboto Slab", sans-serif; +$serif: "Crimson Text", +serif; // misc values -$border-radius: 0.3em; +$border-radius: 0.3em;
\ No newline at end of file |