Skip to content

Commit 3595c71

Browse files
committed
use the dark-gray variable
1 parent f089a99 commit 3595c71

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

assets/sass/layout/_header_mobile.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@use "../base/variables";
22

33
#mobile-header {
4-
background-color: #333;
4+
background-color: variables.$dark-gray;
55

66
.header-contents {
77
padding: 9px 5px 5px 8px;

assets/sass/pages/_espinstaller.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@use "../base/variables";
2+
13
.cp-installer-dialog {
24
min-width: 300px;
35
min-height: 100px;
@@ -30,7 +32,7 @@
3032
content: ' ';
3133
height: 25px;
3234
width: 2px;
33-
background-color: #333;
35+
background-color: variables.$dark-gray;
3436
}
3537
&:before {
3638
transform: rotate(45deg);

0 commit comments

Comments
 (0)