We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5399547 commit ca07e71Copy full SHA for ca07e71
2 files changed
src/components/Page/Page.scss
@@ -75,7 +75,7 @@
75
border-bottom-color: #222;
76
77
h2 a {
78
- color: #9ab3c0 !important;
+ color: getColor(dusty-blue) !important;
79
80
&:hover {
81
color: #8dd6f9 !important;
src/styles/dark.scss
@@ -17,7 +17,7 @@
17
h4,
18
h5,
19
h6 {
20
- color: #9ab3c0;
+ color: getColor(dusty-blue);
21
}
22
code,
23
tt {
@@ -128,7 +128,7 @@
128
129
.contributor .contributor__name {
130
background-color: #121212;
131
132
133
.placeholder h2,
134
.placeholder p {
0 commit comments