Skip to content

Commit ca07e71

Browse files
authored
refactor: removing hardcoded color (#8041)
1 parent 5399547 commit ca07e71

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/Page/Page.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
border-bottom-color: #222;
7676

7777
h2 a {
78-
color: #9ab3c0 !important;
78+
color: getColor(dusty-blue) !important;
7979

8080
&:hover {
8181
color: #8dd6f9 !important;

src/styles/dark.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
h4,
1818
h5,
1919
h6 {
20-
color: #9ab3c0;
20+
color: getColor(dusty-blue);
2121
}
2222
code,
2323
tt {
@@ -128,7 +128,7 @@
128128
}
129129
.contributor .contributor__name {
130130
background-color: #121212;
131-
color: #9ab3c0;
131+
color: getColor(dusty-blue);
132132
}
133133
.placeholder h2,
134134
.placeholder p {

0 commit comments

Comments
 (0)