Define all color vars as triples, and create semantic colors that convert the triples to rgb colors

This commit is contained in:
Eryn Wells 2022-10-03 19:54:14 -07:00
parent e31a4a268d
commit d862251a8f
3 changed files with 41 additions and 35 deletions

View file

@ -49,7 +49,7 @@
}
#debug-page-info td {
border: 1px solid var(--separator-color);
border: 1px solid rgb(var(--dk-gray));
padding: 0.3em;
}