Skip to content

Commit afd13ea

Browse files
committed
website: add heading color for dark mode
1 parent cc90be1 commit afd13ea

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
--secondary-color: #6b7280;
2929
--accent-color: #e74c78;
3030
--accent-color-rgb: 231, 76, 120;
31+
--heading4-color: indigo;
3132
--bg-color: #fff;
3233
--text-selection: rgba(253, 129, 164, 0.7);
3334
--link-color: hsla(220, 9%, 46%, 0.15);
@@ -41,6 +42,7 @@
4142
--secondary-color: #8e94b6;
4243
--accent-color: #e73495;
4344
--accent-color-rgb: 231, 52, 149;
45+
--heading4-color: mediumorchid;
4446
--bg-color: #111827;
4547
--text-selection: rgba(231, 52, 149, 0.6);
4648
--link-color: rgba(142, 148, 182, 0.2);
@@ -214,7 +216,7 @@ <h2>A macOS app to view, rename and navigate between Spaces (Virtual Desktops) i
214216
class="svg-inline--fa fa-book Button_icon" role="img"
215217
xmlns="http://www.w3.org/2000/svg" viewBox="90 60 450 550"
216218
>
217-
<path d="M480 576L192 576C139 576 96 533 96 480L96 160C96 107 139 64 192 64L496 64C522.5
219+
<path fill="currentColor" d="M480 576L192 576C139 576 96 533 96 480L96 160C96 107 139 64 192 64L496 64C522.5
218220
64 544 85.5 544 112L544 400C544 420.9 530.6 438.7 512 445.3L512 512C529.7 512 544 526.3
219221
544 544C544 561.7 529.7 576 512 576L480 576zM192 448C174.3 448 160 462.3 160 480C160
220222
497.7 174.3 512 192 512L448 512L448 448L192 448zM224 216C224 229.3 234.7 240 248 240L424

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: indigo;
174+
color: var(--heading4-color);
175175
font-size: 1rem;
176176
font-weight: 700;
177177
margin-left: 0.5rem;

0 commit comments

Comments
 (0)