feat: start implementing styles and layouts
This commit is contained in:
parent
6d5f1f0d0a
commit
5191ac7df7
16 changed files with 219 additions and 98 deletions
17
public/themes/layout/gorb.css
Normal file
17
public/themes/layout/gorb.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
/*
|
||||
displayName = Gorb
|
||||
previewImageUrl = gorb.jpg
|
||||
complementaryColor = white
|
||||
*/
|
||||
|
||||
:root {
|
||||
--sidebar-icon-width: 2.5em;
|
||||
--sidebar-icon-gap: .25em;
|
||||
--sidebar-margin: .5em;
|
||||
|
||||
--standard-radius: .5em;
|
||||
--button-radius: .6em;
|
||||
--guild-icon-radius: 15%;
|
||||
--pfp-radius: 50%;
|
||||
--preferred-font: Arial;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue