Commit 5a2a42c 1 parent ae19927 commit 5a2a42c Copy full SHA for 5a2a42c
File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 7
7
// Colors
8
8
$color-background-light : #e3ecf3 ;
9
9
$color-background-dark : #1b1e24 ;
10
+ $color-dark-accent : #101214 ;
11
+ $color-light-accent : #dde5eb ;
10
12
$color-accent : #ff9100 ;
11
13
$color-pink : #e98eae ;
12
14
$color-red : #FC4957 ;
@@ -118,7 +120,6 @@ ul.related-posts > li:before {
118
120
border-radius : 0.5rem ;
119
121
padding : 0.5rem 0 ;
120
122
padding-right : 1rem ;
121
- background-color : #101214 ;
122
123
margin-left : 20px ;
123
124
text-decoration : none ;
124
125
}
@@ -157,6 +158,10 @@ ul.related-posts > li:before {
157
158
color : $color-yellow ;
158
159
}
159
160
161
+ .theme--dark .nav-bar {
162
+ background : $color-dark-accent ;
163
+ }
164
+
160
165
// LIGHT
161
166
162
167
.theme--light body {
@@ -170,6 +175,9 @@ ul.related-posts > li:before {
170
175
color : $color-blue ;
171
176
}
172
177
178
+ .theme--light .nav-bar {
179
+ background : $color-light-accent ;
180
+ }
173
181
174
182
// For some reason changing them all in one selector only
175
183
// modifies the first element, so just make more of em
You can’t perform that action at this time.
0 commit comments