Skip to content

Commit 5b66be2

Browse files
committed
deploy: eb9ce7c
1 parent 01a1bd9 commit 5b66be2

File tree

6 files changed

+54
-30
lines changed

6 files changed

+54
-30
lines changed

404.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596

597597
/* Button styles for cards */
598598
.card .btn {
599-
background: var(--view-switcher-accent);
599+
background: var(--accent-shadow-color);
600600
border: none;
601601
cursor: pointer;
602602
outline-offset: 4px;
@@ -641,7 +641,7 @@
641641
justify-content: center;
642642
padding: 0.25rem;
643643
background-color: var(--headerbar-backdrop-color);
644-
backdrop-filter: blur(12px);
644+
backdrop-filter: blur(10px);
645645
z-index: 9999;
646646
border-radius: var(--btnround);
647647
box-shadow:
@@ -904,6 +904,7 @@
904904
--accent-bg-color: oklch(0.66 0.18 273.13 / 1);
905905
--accent-fg-color: oklch(0.96 0.01 264.53 / 1);
906906
--view-switcher-accent: oklch(0.5 0.12 273.13);
907+
--accent-shadow-color: oklch(0.56 0.18 273.13 / 1);
907908

908909
/* Destructive Colors */
909910
--destructive-color: oklch(0.55 0.22 19.81 / 1);
@@ -1048,6 +1049,7 @@
10481049
--accent-bg-color: oklch(0.77 0.11 277.31 / 1);
10491050
--accent-fg-color: oklch(0.18 0.02 284.2 / 1);
10501051
--view-switcher-accent: oklch(0.77 0.11 273.31);
1052+
--accent-shadow-color: oklch(0.67 0.11 277.31 / 1);
10511053

10521054
/* Destructive Colors */
10531055
--destructive-color: oklch(0.77 0.1 14.37 / 1);
@@ -1162,17 +1164,19 @@
11621164
@supports (color: AccentColor) {
11631165
:root {
11641166
--accent-bg-color: oklch(from AccentColor 0.66 0.18 h);
1167+
--accent-shadow-color: oklch(from AccentColor 0.56 0.18 h);
11651168
--window-bg-color: oklch(from AccentColor 0.96 0.01 h);
11661169
--card-bg-color: oklch(from AccentColor 0.93 0.01 h);
1167-
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 80%);
1170+
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 70%);
11681171
--view-switcher-accent: oklch(from AccentColor 0.5 0.12 h);
11691172
}
11701173
@media (prefers-color-scheme: dark) {
11711174
:root {
11721175
--accent-bg-color: oklch(from AccentColor 0.77 0.11 h);
1176+
--accent-shadow-color: oklch(from AccentColor 0.67 0.11 h);
11731177
--window-bg-color: oklch(from AccentColor 0.24 0.03 h);
11741178
--card-bg-color: oklch(from AccentColor 0.32 0.03 h);
1175-
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 80%);
1179+
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 70%);
11761180
--view-switcher-accent: oklch(from AccentColor 0.77 0.11 h);
11771181
}
11781182
}
@@ -1263,7 +1267,7 @@ <h1 id="content-not-found">Content not found.</h1>
12631267
</p>
12641268
</footer>
12651269

1266-
<!-- This page `/404.html` was built on 2025-07-10T14:00:53.896Z -->
1270+
<!-- This page `/404.html` was built on 2025-07-10T16:11:42.662Z -->
12671271
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
12681272
</body>
12691273
</html>

blog/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596

597597
/* Button styles for cards */
598598
.card .btn {
599-
background: var(--view-switcher-accent);
599+
background: var(--accent-shadow-color);
600600
border: none;
601601
cursor: pointer;
602602
outline-offset: 4px;
@@ -641,7 +641,7 @@
641641
justify-content: center;
642642
padding: 0.25rem;
643643
background-color: var(--headerbar-backdrop-color);
644-
backdrop-filter: blur(12px);
644+
backdrop-filter: blur(10px);
645645
z-index: 9999;
646646
border-radius: var(--btnround);
647647
box-shadow:
@@ -904,6 +904,7 @@
904904
--accent-bg-color: oklch(0.66 0.18 273.13 / 1);
905905
--accent-fg-color: oklch(0.96 0.01 264.53 / 1);
906906
--view-switcher-accent: oklch(0.5 0.12 273.13);
907+
--accent-shadow-color: oklch(0.56 0.18 273.13 / 1);
907908

908909
/* Destructive Colors */
909910
--destructive-color: oklch(0.55 0.22 19.81 / 1);
@@ -1048,6 +1049,7 @@
10481049
--accent-bg-color: oklch(0.77 0.11 277.31 / 1);
10491050
--accent-fg-color: oklch(0.18 0.02 284.2 / 1);
10501051
--view-switcher-accent: oklch(0.77 0.11 273.31);
1052+
--accent-shadow-color: oklch(0.67 0.11 277.31 / 1);
10511053

10521054
/* Destructive Colors */
10531055
--destructive-color: oklch(0.77 0.1 14.37 / 1);
@@ -1162,17 +1164,19 @@
11621164
@supports (color: AccentColor) {
11631165
:root {
11641166
--accent-bg-color: oklch(from AccentColor 0.66 0.18 h);
1167+
--accent-shadow-color: oklch(from AccentColor 0.56 0.18 h);
11651168
--window-bg-color: oklch(from AccentColor 0.96 0.01 h);
11661169
--card-bg-color: oklch(from AccentColor 0.93 0.01 h);
1167-
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 80%);
1170+
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 70%);
11681171
--view-switcher-accent: oklch(from AccentColor 0.5 0.12 h);
11691172
}
11701173
@media (prefers-color-scheme: dark) {
11711174
:root {
11721175
--accent-bg-color: oklch(from AccentColor 0.77 0.11 h);
1176+
--accent-shadow-color: oklch(from AccentColor 0.67 0.11 h);
11731177
--window-bg-color: oklch(from AccentColor 0.24 0.03 h);
11741178
--card-bg-color: oklch(from AccentColor 0.32 0.03 h);
1175-
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 80%);
1179+
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 70%);
11761180
--view-switcher-accent: oklch(from AccentColor 0.77 0.11 h);
11771181
}
11781182
}
@@ -1260,7 +1264,7 @@ <h1 id="blog-posts">Blog Posts</h1>
12601264
</p>
12611265
</footer>
12621266

1263-
<!-- This page `/blog/` was built on 2025-07-10T14:00:53.894Z -->
1267+
<!-- This page `/blog/` was built on 2025-07-10T16:11:42.660Z -->
12641268
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
12651269
</body>
12661270
</html>

blog/simracing/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596

597597
/* Button styles for cards */
598598
.card .btn {
599-
background: var(--view-switcher-accent);
599+
background: var(--accent-shadow-color);
600600
border: none;
601601
cursor: pointer;
602602
outline-offset: 4px;
@@ -641,7 +641,7 @@
641641
justify-content: center;
642642
padding: 0.25rem;
643643
background-color: var(--headerbar-backdrop-color);
644-
backdrop-filter: blur(12px);
644+
backdrop-filter: blur(10px);
645645
z-index: 9999;
646646
border-radius: var(--btnround);
647647
box-shadow:
@@ -904,6 +904,7 @@
904904
--accent-bg-color: oklch(0.66 0.18 273.13 / 1);
905905
--accent-fg-color: oklch(0.96 0.01 264.53 / 1);
906906
--view-switcher-accent: oklch(0.5 0.12 273.13);
907+
--accent-shadow-color: oklch(0.56 0.18 273.13 / 1);
907908

908909
/* Destructive Colors */
909910
--destructive-color: oklch(0.55 0.22 19.81 / 1);
@@ -1048,6 +1049,7 @@
10481049
--accent-bg-color: oklch(0.77 0.11 277.31 / 1);
10491050
--accent-fg-color: oklch(0.18 0.02 284.2 / 1);
10501051
--view-switcher-accent: oklch(0.77 0.11 273.31);
1052+
--accent-shadow-color: oklch(0.67 0.11 277.31 / 1);
10511053

10521054
/* Destructive Colors */
10531055
--destructive-color: oklch(0.77 0.1 14.37 / 1);
@@ -1162,17 +1164,19 @@
11621164
@supports (color: AccentColor) {
11631165
:root {
11641166
--accent-bg-color: oklch(from AccentColor 0.66 0.18 h);
1167+
--accent-shadow-color: oklch(from AccentColor 0.56 0.18 h);
11651168
--window-bg-color: oklch(from AccentColor 0.96 0.01 h);
11661169
--card-bg-color: oklch(from AccentColor 0.93 0.01 h);
1167-
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 80%);
1170+
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 70%);
11681171
--view-switcher-accent: oklch(from AccentColor 0.5 0.12 h);
11691172
}
11701173
@media (prefers-color-scheme: dark) {
11711174
:root {
11721175
--accent-bg-color: oklch(from AccentColor 0.77 0.11 h);
1176+
--accent-shadow-color: oklch(from AccentColor 0.67 0.11 h);
11731177
--window-bg-color: oklch(from AccentColor 0.24 0.03 h);
11741178
--card-bg-color: oklch(from AccentColor 0.32 0.03 h);
1175-
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 80%);
1179+
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 70%);
11761180
--view-switcher-accent: oklch(from AccentColor 0.77 0.11 h);
11771181
}
11781182
}
@@ -1447,7 +1451,7 @@ <h2 id="to-answer-the-question-in-the-title">To answer the question in the title
14471451
</p>
14481452
</footer>
14491453

1450-
<!-- This page `/blog/simracing/` was built on 2025-07-10T14:00:53.896Z -->
1454+
<!-- This page `/blog/simracing/` was built on 2025-07-10T16:11:42.662Z -->
14511455
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
14521456
</body>
14531457
</html>

index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596

597597
/* Button styles for cards */
598598
.card .btn {
599-
background: var(--view-switcher-accent);
599+
background: var(--accent-shadow-color);
600600
border: none;
601601
cursor: pointer;
602602
outline-offset: 4px;
@@ -641,7 +641,7 @@
641641
justify-content: center;
642642
padding: 0.25rem;
643643
background-color: var(--headerbar-backdrop-color);
644-
backdrop-filter: blur(12px);
644+
backdrop-filter: blur(10px);
645645
z-index: 9999;
646646
border-radius: var(--btnround);
647647
box-shadow:
@@ -904,6 +904,7 @@
904904
--accent-bg-color: oklch(0.66 0.18 273.13 / 1);
905905
--accent-fg-color: oklch(0.96 0.01 264.53 / 1);
906906
--view-switcher-accent: oklch(0.5 0.12 273.13);
907+
--accent-shadow-color: oklch(0.56 0.18 273.13 / 1);
907908

908909
/* Destructive Colors */
909910
--destructive-color: oklch(0.55 0.22 19.81 / 1);
@@ -1048,6 +1049,7 @@
10481049
--accent-bg-color: oklch(0.77 0.11 277.31 / 1);
10491050
--accent-fg-color: oklch(0.18 0.02 284.2 / 1);
10501051
--view-switcher-accent: oklch(0.77 0.11 273.31);
1052+
--accent-shadow-color: oklch(0.67 0.11 277.31 / 1);
10511053

10521054
/* Destructive Colors */
10531055
--destructive-color: oklch(0.77 0.1 14.37 / 1);
@@ -1162,17 +1164,19 @@
11621164
@supports (color: AccentColor) {
11631165
:root {
11641166
--accent-bg-color: oklch(from AccentColor 0.66 0.18 h);
1167+
--accent-shadow-color: oklch(from AccentColor 0.56 0.18 h);
11651168
--window-bg-color: oklch(from AccentColor 0.96 0.01 h);
11661169
--card-bg-color: oklch(from AccentColor 0.93 0.01 h);
1167-
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 80%);
1170+
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 70%);
11681171
--view-switcher-accent: oklch(from AccentColor 0.5 0.12 h);
11691172
}
11701173
@media (prefers-color-scheme: dark) {
11711174
:root {
11721175
--accent-bg-color: oklch(from AccentColor 0.77 0.11 h);
1176+
--accent-shadow-color: oklch(from AccentColor 0.67 0.11 h);
11731177
--window-bg-color: oklch(from AccentColor 0.24 0.03 h);
11741178
--card-bg-color: oklch(from AccentColor 0.32 0.03 h);
1175-
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 80%);
1179+
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 70%);
11761180
--view-switcher-accent: oklch(from AccentColor 0.77 0.11 h);
11771181
}
11781182
}
@@ -1315,7 +1319,7 @@ <h3 id="gnome">GNOME</h3>
13151319
</p>
13161320
</footer>
13171321

1318-
<!-- This page `/` was built on 2025-07-10T14:00:53.895Z -->
1322+
<!-- This page `/` was built on 2025-07-10T16:11:42.661Z -->
13191323
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
13201324
</body>
13211325
</html>

tags/gaming/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596

597597
/* Button styles for cards */
598598
.card .btn {
599-
background: var(--view-switcher-accent);
599+
background: var(--accent-shadow-color);
600600
border: none;
601601
cursor: pointer;
602602
outline-offset: 4px;
@@ -641,7 +641,7 @@
641641
justify-content: center;
642642
padding: 0.25rem;
643643
background-color: var(--headerbar-backdrop-color);
644-
backdrop-filter: blur(12px);
644+
backdrop-filter: blur(10px);
645645
z-index: 9999;
646646
border-radius: var(--btnround);
647647
box-shadow:
@@ -904,6 +904,7 @@
904904
--accent-bg-color: oklch(0.66 0.18 273.13 / 1);
905905
--accent-fg-color: oklch(0.96 0.01 264.53 / 1);
906906
--view-switcher-accent: oklch(0.5 0.12 273.13);
907+
--accent-shadow-color: oklch(0.56 0.18 273.13 / 1);
907908

908909
/* Destructive Colors */
909910
--destructive-color: oklch(0.55 0.22 19.81 / 1);
@@ -1048,6 +1049,7 @@
10481049
--accent-bg-color: oklch(0.77 0.11 277.31 / 1);
10491050
--accent-fg-color: oklch(0.18 0.02 284.2 / 1);
10501051
--view-switcher-accent: oklch(0.77 0.11 273.31);
1052+
--accent-shadow-color: oklch(0.67 0.11 277.31 / 1);
10511053

10521054
/* Destructive Colors */
10531055
--destructive-color: oklch(0.77 0.1 14.37 / 1);
@@ -1162,17 +1164,19 @@
11621164
@supports (color: AccentColor) {
11631165
:root {
11641166
--accent-bg-color: oklch(from AccentColor 0.66 0.18 h);
1167+
--accent-shadow-color: oklch(from AccentColor 0.56 0.18 h);
11651168
--window-bg-color: oklch(from AccentColor 0.96 0.01 h);
11661169
--card-bg-color: oklch(from AccentColor 0.93 0.01 h);
1167-
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 80%);
1170+
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 70%);
11681171
--view-switcher-accent: oklch(from AccentColor 0.5 0.12 h);
11691172
}
11701173
@media (prefers-color-scheme: dark) {
11711174
:root {
11721175
--accent-bg-color: oklch(from AccentColor 0.77 0.11 h);
1176+
--accent-shadow-color: oklch(from AccentColor 0.67 0.11 h);
11731177
--window-bg-color: oklch(from AccentColor 0.24 0.03 h);
11741178
--card-bg-color: oklch(from AccentColor 0.32 0.03 h);
1175-
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 80%);
1179+
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 70%);
11761180
--view-switcher-accent: oklch(from AccentColor 0.77 0.11 h);
11771181
}
11781182
}
@@ -1261,7 +1265,7 @@ <h1 id="tagged-gaming">Tagged “gaming”</h1>
12611265
</p>
12621266
</footer>
12631267

1264-
<!-- This page `/tags/gaming/` was built on 2025-07-10T14:00:53.895Z -->
1268+
<!-- This page `/tags/gaming/` was built on 2025-07-10T16:11:42.662Z -->
12651269
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
12661270
</body>
12671271
</html>

tags/index.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596

597597
/* Button styles for cards */
598598
.card .btn {
599-
background: var(--view-switcher-accent);
599+
background: var(--accent-shadow-color);
600600
border: none;
601601
cursor: pointer;
602602
outline-offset: 4px;
@@ -641,7 +641,7 @@
641641
justify-content: center;
642642
padding: 0.25rem;
643643
background-color: var(--headerbar-backdrop-color);
644-
backdrop-filter: blur(12px);
644+
backdrop-filter: blur(10px);
645645
z-index: 9999;
646646
border-radius: var(--btnround);
647647
box-shadow:
@@ -904,6 +904,7 @@
904904
--accent-bg-color: oklch(0.66 0.18 273.13 / 1);
905905
--accent-fg-color: oklch(0.96 0.01 264.53 / 1);
906906
--view-switcher-accent: oklch(0.5 0.12 273.13);
907+
--accent-shadow-color: oklch(0.56 0.18 273.13 / 1);
907908

908909
/* Destructive Colors */
909910
--destructive-color: oklch(0.55 0.22 19.81 / 1);
@@ -1048,6 +1049,7 @@
10481049
--accent-bg-color: oklch(0.77 0.11 277.31 / 1);
10491050
--accent-fg-color: oklch(0.18 0.02 284.2 / 1);
10501051
--view-switcher-accent: oklch(0.77 0.11 273.31);
1052+
--accent-shadow-color: oklch(0.67 0.11 277.31 / 1);
10511053

10521054
/* Destructive Colors */
10531055
--destructive-color: oklch(0.77 0.1 14.37 / 1);
@@ -1162,17 +1164,19 @@
11621164
@supports (color: AccentColor) {
11631165
:root {
11641166
--accent-bg-color: oklch(from AccentColor 0.66 0.18 h);
1167+
--accent-shadow-color: oklch(from AccentColor 0.56 0.18 h);
11651168
--window-bg-color: oklch(from AccentColor 0.96 0.01 h);
11661169
--card-bg-color: oklch(from AccentColor 0.93 0.01 h);
1167-
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 80%);
1170+
--headerbar-backdrop-color: oklch(from AccentColor 0.96 0.01 h / 70%);
11681171
--view-switcher-accent: oklch(from AccentColor 0.5 0.12 h);
11691172
}
11701173
@media (prefers-color-scheme: dark) {
11711174
:root {
11721175
--accent-bg-color: oklch(from AccentColor 0.77 0.11 h);
1176+
--accent-shadow-color: oklch(from AccentColor 0.67 0.11 h);
11731177
--window-bg-color: oklch(from AccentColor 0.24 0.03 h);
11741178
--card-bg-color: oklch(from AccentColor 0.32 0.03 h);
1175-
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 80%);
1179+
--headerbar-backdrop-color: oklch(from AccentColor 0.24 0.03 h / 70%);
11761180
--view-switcher-accent: oklch(from AccentColor 0.77 0.11 h);
11771181
}
11781182
}
@@ -1257,7 +1261,7 @@ <h1 id="tags">Tags</h1>
12571261
</p>
12581262
</footer>
12591263

1260-
<!-- This page `/tags/` was built on 2025-07-10T14:00:53.894Z -->
1264+
<!-- This page `/tags/` was built on 2025-07-10T16:11:42.661Z -->
12611265
<script type="module" src="/linuxjava7.github.io/dist/xbxy_EL6cU.js"></script>
12621266
</body>
12631267
</html>

0 commit comments

Comments
 (0)