1
Fork 0

Update link color ; fix dark mode accessibility

This commit is contained in:
Edgar P. Burkhart 2023-03-18 12:21:49 +01:00
parent 666ead59e4
commit 62a5ee080d
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@
--text: #000000de;
--text-00: #ffffffde;
--link: #0000ccde;
--bg-00: #000000;
--bg-01: #efefef;
@ -27,6 +28,7 @@
:root {
--text: #ffffffde;
--text-00: #000000de;
--link: #00ccffde;
--bg-00: #ffffff;
--bg-01: #131313;
@ -158,6 +160,9 @@ dd {
margin: 0;
grid-column: 2;
}
:any-link {
color: var(--link);
}
.block {
display: grid;