Define all color vars as triples, and create semantic colors that convert the triples to rgb colors
This commit is contained in:
parent
e31a4a268d
commit
d862251a8f
3 changed files with 41 additions and 35 deletions
|
@ -49,7 +49,7 @@
|
|||
}
|
||||
|
||||
#debug-page-info td {
|
||||
border: 1px solid var(--separator-color);
|
||||
border: 1px solid rgb(var(--dk-gray));
|
||||
padding: 0.3em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue