Small UI fixing

This commit is contained in:
liosha84
2025-06-16 01:01:56 +03:00
parent 2f673e9249
commit 7f270ced9d
15 changed files with 1269 additions and 142 deletions
+7 -1
View File
@@ -1,4 +1,10 @@
/* You can add global styles to this file, and also import other style files */
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
body {
background-image: url('../public/Firefly_jambo tron 118290.png');
background-attachment:fixed;
background-repeat: no-repeat;
background-size: cover;
margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif;
}