Skip to content

Commit 3e3098f

Browse files
committed
(refactor): Basic refactor of styles
1 parent 947a374 commit 3e3098f

File tree

2 files changed

+729
-231
lines changed

2 files changed

+729
-231
lines changed

styles/settings/colors.styl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
// ============================================================================
44

55
$black = rgb( 0, 0, 0); // #000
6+
$white = rgb(255, 255, 255); // #fff
7+
68
$mineshaftGray = rgb( 51, 51, 51); // #333
9+
$gray = rgb(136, 136, 136); // #888
10+
$dustyGray = rgb(160, 156, 156); // #a09c9c
711
$nobelGray = rgb(180, 180, 180); // #b4b4b4
812
$galleryGray = rgb(234, 234, 234); // #eaeaea
13+
914
$confettiYellow = rgb(237, 229, 93); // #ede55d
1015
$schoolbusYellow = rgb(247, 218, 3); // #f7da03
1116
$broomYellow = rgb(255, 229, 31); // #ffe51f
17+

0 commit comments

Comments
 (0)