Skip to content

Commit 2e767c0

Browse files
committed
feat: website: updated heading color
1 parent afd13ea commit 2e767c0

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
--secondary-color: #6b7280;
2929
--accent-color: #e74c78;
3030
--accent-color-rgb: 231, 76, 120;
31-
--heading4-color: indigo;
3231
--bg-color: #fff;
3332
--text-selection: rgba(253, 129, 164, 0.7);
3433
--link-color: hsla(220, 9%, 46%, 0.15);
@@ -42,7 +41,6 @@
4241
--secondary-color: #8e94b6;
4342
--accent-color: #e73495;
4443
--accent-color-rgb: 231, 52, 149;
45-
--heading4-color: mediumorchid;
4644
--bg-color: #111827;
4745
--text-selection: rgba(231, 52, 149, 0.6);
4846
--link-color: rgba(142, 148, 182, 0.2);

spaceman.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ ul {
171171

172172
& h4 {
173173
display: inline;
174-
color: var(--heading4-color);
174+
color: var(--accent-color);
175175
font-size: 1rem;
176176
font-weight: 700;
177177
margin-left: 0.5rem;

0 commit comments

Comments
 (0)