1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-09-09 21:50:59 +02:00

fix basic accessibility things

This commit is contained in:
Morris Brodersen
2023-12-06 19:14:05 +01:00
parent db0fbb85ee
commit 1a6091560d
10 changed files with 31 additions and 27 deletions

View File

@@ -16,7 +16,7 @@
--header-text: var(--grey1);
--header-bg: var(--white);
--highlight-text: var(--red);
--disabled-text: var(--grey3);
--disabled-text: var(--grey2);
--aside-text: var(--grey1);
--button-text: var(--grey1);
--button-bg: transparent;