chore: css consolidation + tokens
This commit is contained in:
parent
b3ce317a90
commit
9df10a074f
15 changed files with 67 additions and 65 deletions
|
@ -65,6 +65,12 @@
|
|||
--warning: #ff8c00;
|
||||
--webrings: #da70d6;
|
||||
|
||||
/* outline */
|
||||
--outline: 2px dashed var(--accent-color);
|
||||
|
||||
/* borders */
|
||||
--border-default: 1px solid var(--accent-color);
|
||||
|
||||
/* fonts */
|
||||
--font-mono: MonoLisa, Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, ui-monospace, monospace;
|
||||
|
||||
|
|
Reference in a new issue