diff options
| author | Jude <julie_wang1@brown.edu> | 2019-03-09 07:41:49 -0500 |
|---|---|---|
| committer | Jude <julie_wang1@brown.edu> | 2019-03-09 07:41:49 -0500 |
| commit | f46b0761e60c3edc1061f9b67238591409d00bc3 (patch) | |
| tree | d63fc5b8efcda6fa412b2e71b7b6e6d9b6191aae /src/client/views/ContextMenu.scss | |
| parent | b52a583deffe7a3729e182840c0e3f1b1a4e4433 (diff) | |
added some color theming and started global button styles
Diffstat (limited to 'src/client/views/ContextMenu.scss')
| -rw-r--r-- | src/client/views/ContextMenu.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/ContextMenu.scss b/src/client/views/ContextMenu.scss index ea40c8e99..8786a623f 100644 --- a/src/client/views/ContextMenu.scss +++ b/src/client/views/ContextMenu.scss @@ -1,3 +1,4 @@ +@import "global_variables"; .contextMenu-cont { position: absolute; display: flex; @@ -31,7 +32,7 @@ .contextMenu-item:hover { transition: all .1s; - background: #B0E0E6; + background: $light-emphasis; } .contextMenu-description { |
