This commit is contained in:
Vlyan
2020-12-11 23:38:54 +01:00
46 changed files with 791 additions and 374 deletions

View File

@@ -1,5 +1,10 @@
/** Global **/
body {
background: url("../assets/imgs/background.webp") no-repeat center;
background-size: cover;
}
/* Windows */
.window-app {
.window-content {
@@ -56,3 +61,20 @@ input[type="time"] {
padding: 0.25rem;
color: $l5r5e-bold;
}
// Elements Colors
.earth {
color: $l5r5e-earth;
}
.air {
color: $l5r5e-air;
}
.water {
color: $l5r5e-water;
}
.fire {
color: $l5r5e-fire;
}
.void {
color: $l5r5e-void;
}