6 lines
66 B
SCSS
6 lines
66 B
SCSS
|
@import 'catpuccin';
|
||
|
|
||
|
body {
|
||
|
background-color: $latte-base;
|
||
|
}
|