We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a586a commit e483ecbCopy full SHA for e483ecb
_sass/_base.scss
@@ -352,8 +352,7 @@ blockquote {
352
text-align: center;
353
354
.contact-icons {
355
- font-size: 4rem;
356
-
+ font-size: 3rem;
357
a {
358
i::before {
359
color: var(--global-text-color);
_sass/_themes.scss
@@ -7,7 +7,7 @@
7
--global-code-bg-color: #{$code-bg-color-light};
8
--global-text-color: #{$black-color};
9
--global-text-color-light: #{$grey-color};
10
- --global-theme-color: #{$purple-color};
+ --global-theme-color: #{$blue-color-dark};
11
--global-hover-color: #{$purple-color};
12
--global-hover-text-color: #{$white-color};
13
--global-footer-bg-color: #{$grey-color-dark};
0 commit comments