ECMAPortal integration / Development start
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
body {
|
||||
background-color: rgb(6, 25, 28);
|
||||
background-image: url("~/assets/images/sky.png");
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
background-blend-mode: multiply;
|
||||
image-rendering: pixelated;
|
||||
background-repeat: no-repeat;
|
||||
color: white;
|
||||
font-family: "Lato", sans-serif;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"sourceRoot":"","sources":["main.scss"],"names":[],"mappings":"AAAA;EACE;EACA;EACA;EAEA;EACA;EACA;EACA;EAEA;EACA;EACA","file":"main.css"}
|
||||
@@ -0,0 +1,14 @@
|
||||
body {
|
||||
background-color: rgb(6, 25, 28);
|
||||
background-image: url('~/assets/images/sky.png');
|
||||
background-attachment: fixed;
|
||||
|
||||
background-size: cover;
|
||||
background-blend-mode: multiply;
|
||||
image-rendering: pixelated;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
color: white;
|
||||
font-family: 'Lato', sans-serif;
|
||||
font-size: 18px;
|
||||
}
|
||||
Reference in New Issue
Block a user