generated from gitea_admin/default
9 lines
68 B
SCSS
9 lines
68 B
SCSS
@use 'colors' as *;
|
|
|
|
h1 {
|
|
color: red;
|
|
}
|
|
|
|
p {
|
|
color: $vert;
|
|
} |