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:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user