Skip to content

Commit e483ecb

Browse files
committed
minor change in aesthetics
1 parent d8a586a commit e483ecb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_sass/_base.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,7 @@ blockquote {
352352
text-align: center;
353353

354354
.contact-icons {
355-
font-size: 4rem;
356-
355+
font-size: 3rem;
357356
a {
358357
i::before {
359358
color: var(--global-text-color);

_sass/_themes.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
--global-code-bg-color: #{$code-bg-color-light};
88
--global-text-color: #{$black-color};
99
--global-text-color-light: #{$grey-color};
10-
--global-theme-color: #{$purple-color};
10+
--global-theme-color: #{$blue-color-dark};
1111
--global-hover-color: #{$purple-color};
1212
--global-hover-text-color: #{$white-color};
1313
--global-footer-bg-color: #{$grey-color-dark};

0 commit comments

Comments
 (0)