13 lines
No EOL
184 B
SCSS
13 lines
No EOL
184 B
SCSS
@import 'bulma/css/bulma.css';
|
|
|
|
$viossa-blue: #65B7F9;
|
|
|
|
body {
|
|
background-color: $viossa-blue;
|
|
font: normal Verdana, Arial, sans-serif;
|
|
color: black;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 48px;
|
|
} |