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
|
@ -12,15 +12,16 @@
|
|||
|
||||
--padding-color: #e0e0e0;
|
||||
|
||||
--sidebar-width: 2.5em;
|
||||
--standard-radius: .5em;
|
||||
--button-radius: .6em;
|
||||
--pfp-radius: 100%;
|
||||
|
||||
--primary-color: #f07028;
|
||||
--primary-highlighted-color: #f28f4b;
|
||||
--secondary-color: #683820;
|
||||
--secondary-highlighted-color: #885830;
|
||||
--accent-color: #a04b24;
|
||||
--accent-highlighted-color: #b86038;
|
||||
|
||||
--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