Shorten descriptions
All checks were successful
Deploy to Pages / build (push) Successful in 2m51s

This commit is contained in:
Andras Schmelczer 2026-05-28 16:58:04 +01:00
parent b554e92e9f
commit ca6ba2eb51
13 changed files with 15 additions and 15 deletions

View file

@ -31,13 +31,13 @@
4.5:1 for normal text). Darken-on-light / lighten-on-dark slightly from
the previous values that fell just below threshold. */
--color-muted: light-dark(#3d3b35, #aaa299);
--color-link: light-dark(#285f74, #7fa8b7);
--color-link: light-dark(#1e4d5e, #7fa8b7);
--color-link-hover: light-dark(
color-mix(in oklch, #285f74 70%, black 30%),
color-mix(in oklch, #1e4d5e 70%, black 30%),
color-mix(in oklch, #7fa8b7 80%, white 20%)
);
--color-accent: light-dark(oklch(55% 0.13 15), oklch(68% 0.11 15));
--color-rule: light-dark(#d9d5ca, #5a5247);
--color-rule: light-dark(#bcb5a3, #5a5247);
--color-rule-medium: light-dark(#7a7466, #70695f);
--color-rule-strong: light-dark(#4a4340, #aaa196);
--color-code-bg: light-dark(#efede6, #2a2824);