Skip to content

Commit b512862

Browse files
author
Matthew McCullough
committed
Use fully-qualified colors so they'll be highlighted in editors
1 parent da826e8 commit b512862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_stylesheets/variables.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/* Color Definitions */
22
$color-dark: #1875c6;
33
$color-bright: #00a5ea;
4-
$mono-dark: #222;
4+
$mono-dark: #222222;
55
$mono-light: #E8E8EA;
6-
$mono-bright: #fff;
6+
$mono-bright: #ffffff;
77

88
$color-mild: #56c7e3;
99
$color-medium: #53cda4;

0 commit comments

Comments
 (0)