Skip to content

Commit 0ab0272

Browse files
committed
Update color variables
1 parent a45ca12 commit 0ab0272

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

build/assets/stylesheets/application.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/assets/stylesheets/core/_base.sass

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ ul li
5555
5656
a
5757
+transition(color 0.2s ease-in-out)
58-
border-bottom: 1px solid lighten($base-link-color, 20%)
59-
color: $base-link-color
58+
border-bottom: 1px solid lighten(saturate($base-theme-color, 20%), 20%)
59+
color: lighten(saturate($base-theme-color, 20%), 20%)
6060
text-decoration: none
6161
&:hover,
6262
&:focus
63-
color: darken($base-link-color, 15%)
63+
color: darken($base-theme-color, 15%)
6464

6565
code
6666
padding: rem(2px) rem(5px)

source/assets/stylesheets/core/_layout.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@
9595
background: darken($base-theme-color, 10%)
9696
&.is-active
9797
background: $base-background
98-
box-shadow: -2px 2px 1px rgba(darken($base-link-color, 20%), 0.15)
98+
box-shadow: -2px 2px 1px rgba(darken($base-theme-color, 20%), 0.35)
9999
color: $base-color
100100
margin-right: rem(-4px)

source/assets/stylesheets/core/_settings.sass

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
77
$base-background: #ecf0f1
88
$base-color: #444
9-
$base-link-color: #414174
109
$base-theme-color: #4e4e5b
1110

1211
// Base Borders & Box Shadows

0 commit comments

Comments
 (0)