Skip to content

Commit 03d00d6

Browse files
committed
base0 for secondary color
1 parent c3e1ef7 commit 03d00d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/scss/_variables_project.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Add styles or override variables from the theme here.
1010

1111
// Solarized colors
1212
$primary: #073642; // base02
13-
$secondary: #93a1a1; // base1
13+
$secondary: #839496; // base0
14+
// $secondary: #93a1a1; // base1
1415

1516
#book {
1617
float: left;

0 commit comments

Comments
 (0)