aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/styles.css
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-03-31 23:37:00 -0400
committersowgro <tpoke.ferrari@gmail.com>2025-03-31 23:37:00 -0400
commit896e1219526a19400c7143b274193f8b818d6156 (patch)
treeae794d7dff944dbdb61a558804c8530f2d7013af /ufund-ui/src/styles.css
parent469678629e456a792e5f0c328e7c6786064279cb (diff)
downloadJellySolutions-896e1219526a19400c7143b274193f8b818d6156.tar.gz
JellySolutions-896e1219526a19400c7143b274193f8b818d6156.tar.bz2
JellySolutions-896e1219526a19400c7143b274193f8b818d6156.zip
Commit half working changes to move to my laptop
Diffstat (limited to 'ufund-ui/src/styles.css')
-rw-r--r--ufund-ui/src/styles.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/ufund-ui/src/styles.css b/ufund-ui/src/styles.css
index f515154..75d6b36 100644
--- a/ufund-ui/src/styles.css
+++ b/ufund-ui/src/styles.css
@@ -1,7 +1,7 @@
/* You can add global styles to this file, and also import other style files */
:root {
- color-scheme: light dark;
+ color-scheme: /*light*/ dark;
}
* {
@@ -65,3 +65,7 @@ button, input[type=button], input[type=reset], input[type=submit], .button {
h1 {
font-size: 40px;
}
+
+progress {
+ min-width: 100%;
+}