UNPKG
globular_panel
Version:
latest (1.0.0)
1.0.0
Globular Configuration Panel
github.com/davecourtois/globular_panel
davecourtois/globular_panel
globular_panel
/
css
/
styles.css
21 lines
(15 loc)
•
286 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body
{
background-color
: white; }
:root
{
--font-family
: Sniglet; }
.seaweads
{
background-image
:
url
(
'../images/seaweeds.png'
);
background-repeat
: no-repeat;
background-position
:
50%
620px
; }
/** Wizard welcome page **/
#welcome_page
{
height
:
200px
; }