feat: add preferred font field to themes
This commit is contained in:
parent
26243a8cd6
commit
186d3c7a0a
7 changed files with 19 additions and 13 deletions
|
@ -11,11 +11,6 @@
|
|||
--chatbox-background-color: #dfdbd6;
|
||||
|
||||
--padding-color: #484848;
|
||||
|
||||
--sidebar-width: 2.5em;
|
||||
--standard-radius: .5em;
|
||||
--button-radius: .6em;
|
||||
--pfp-radius: 100%;
|
||||
|
||||
--primary-color: #df5f0b;
|
||||
--primary-highlighted-color: #ef6812;
|
||||
|
@ -23,4 +18,10 @@
|
|||
--secondary-highlighted-color: #f8b68a;
|
||||
--accent-color: #e68b4e;
|
||||
--accent-highlighted-color: #f69254;
|
||||
|
||||
--sidebar-width: 2.5em;
|
||||
--standard-radius: .5em;
|
||||
--button-radius: .6em;
|
||||
--pfp-radius: 100%;
|
||||
--preferred-font: "Arial, Helvetica, sans-serif";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue