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.
xshop/resources/sass/client-custom/_general.scss

16 lines
205 B
SCSS

body{
background: var(--xshop-background);
color: var(--xshop-text);
}
h1{
color: var(--xshop-primary);
text-shadow: var(--xshop-shadow);
}
#website-preloader{
transition: 500ms;
}