website: brighter dark mode links, lighter diagram font weight

- Dark mode --link-accent: #79bbff → #aadcff for better visibility
- Diagram font-weight: 500 → 400 for thinner box-drawing and text
This commit is contained in:
Tommy D. Rossi
2026-02-24 15:22:30 +01:00
parent 6dca255bd7
commit 9c376b7637
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ pre[class*='language-'] {
/* Diagram language: neutral box-drawing, colored text labels */
code.language-diagram {
font-weight: 500;
font-weight: 400;
}
.language-diagram .token.box-drawing {
+1 -1
View File
@@ -174,7 +174,7 @@
rgba(255, 255, 255, 0.05) 0px 2px 8px, rgba(255, 255, 255, 0.02) 0px 4px 16px,
rgba(255, 255, 255, 0.06) 0px 0px 0px 1px inset;
--link-accent: #79bbff;
--link-accent: #aadcff;
--brand-primary: #60a5fa;
--brand-secondary: #f5a623;