9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
@import "_config";
|
|
|
|
|
|
body.generic {
|
|
background: linear-gradient(to bottom,
|
|
@background-start 0%,
|
|
@background-end 100%);
|
|
}
|