Imporved the site

This commit is contained in:
Andreas Dahm
2026-08-26 11:26:00 +02:00
parent 888fb6289d
commit db2bc7ab97
10 changed files with 78 additions and 44 deletions

View File

@@ -31,8 +31,13 @@ $dark-theme: mat.define-theme((color: (theme-type: dark, primary: mat.$cyan-pale
--card-border-inset: rgba(255, 255, 255, 0.35);
--card-border-inset-dark: rgba(0, 0, 0, 0.35);
--link-color: #38a7ff;
--link-color-hover: #66bfff;
/*
Chosen to clear WCAG AA *after* compositing: several link containers carry
opacity-85/opacity-80, which blends the text toward the surface. Worst case
(footer, 80% over #f1f4f3) is 4.73:1; a plain link on a card is 8.03:1.
*/
--link-color: #0f4f8a;
--link-color-hover: #0a3a66;
}
.dark {