Imporved the site
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user