feat: unplugin-vue-router, prettier, eslint, .gitattributes
This commit is contained in:
parent
0d98f11e21
commit
53c6efa701
24 changed files with 3175 additions and 169 deletions
|
|
@ -1,13 +1,16 @@
|
|||
@import 'bulma/css/bulma.css';
|
||||
@import "bulma/css/bulma.css";
|
||||
|
||||
$viossa-blue: #65B7F9;
|
||||
$viossa-blue: #65b7f9;
|
||||
|
||||
body {
|
||||
background-color: $viossa-blue;
|
||||
font: normal Verdana, Arial, sans-serif;
|
||||
color: black;
|
||||
background-color: $viossa-blue;
|
||||
font:
|
||||
normal Verdana,
|
||||
Arial,
|
||||
sans-serif;
|
||||
color: black;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 48px;
|
||||
}
|
||||
font-size: 48px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue