mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
205 B
SCSS
16 lines
205 B
SCSS
8 months ago
|
body{
|
||
|
background: var(--xshop-background);
|
||
|
color: var(--xshop-text);
|
||
|
}
|
||
|
|
||
|
h1{
|
||
|
color: var(--xshop-primary);
|
||
|
text-shadow: var(--xshop-shadow);
|
||
|
}
|
||
8 months ago
|
|
||
|
|
||
|
|
||
|
#website-preloader{
|
||
|
transition: 500ms;
|
||
|
}
|