mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Quick update to Global Color SCSS
This commit is contained in:
parent
41e4b3b990
commit
855b328040
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@ $ui-aqua: hsla(170, 70, 50, 1); //#26D9BB
|
|||
$ui-white: #fff;
|
||||
|
||||
$ui-border: hsla(0, 0, 85, 1); //#D9D9D9
|
||||
$box-shadow-gray: hsla(0, 0, 0, .25);
|
||||
|
||||
|
||||
/* Overlay UI Gray Colors */
|
||||
$active-gray: hsla(0, 0, 0, .1);
|
||||
$active-dark-gray: hsla(0, 0, 0, .2);
|
||||
|
||||
$box-shadow-gray: hsla(0, 0, 0, .25);
|
||||
$overlay-gray: hsla(0, 0, 0, .75);
|
||||
|
||||
/* Typography Colors */
|
||||
$header-gray: hsla(0, 0, 42, 1); //#6B6B6B
|
||||
|
|
Loading…
Reference in a new issue