Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
@@ -28,7 +28,7 @@ html, body {
|
|
28 |
/* Cute Input Box */
|
29 |
.stTextInput > div {
|
30 |
border-radius: 20px;
|
31 |
-
border: 2px solid #
|
32 |
background-color: white !important;
|
33 |
padding: 8px;
|
34 |
color: #8f6c91 !important;
|
@@ -37,7 +37,7 @@ html, body {
|
|
37 |
max-width: 300px; /* Prevent it from being too wide */
|
38 |
}
|
39 |
|
40 |
-
/* Cute Buttons
|
41 |
button {
|
42 |
border-radius: 20px !important;
|
43 |
background-color: #ff85a2 !important;
|
@@ -51,7 +51,7 @@ button:hover {
|
|
51 |
background-color: #ff4da6 !important;
|
52 |
transform: scale(1.05);
|
53 |
}
|
54 |
-
|
55 |
/* Cute Output Styling */
|
56 |
.result {
|
57 |
color: #ff1493;
|
|
|
28 |
/* Cute Input Box */
|
29 |
.stTextInput > div {
|
30 |
border-radius: 20px;
|
31 |
+
border: 2px solid #fafcff !important; /* Barbie pink border */
|
32 |
background-color: white !important;
|
33 |
padding: 8px;
|
34 |
color: #8f6c91 !important;
|
|
|
37 |
max-width: 300px; /* Prevent it from being too wide */
|
38 |
}
|
39 |
|
40 |
+
/* Cute Buttons
|
41 |
button {
|
42 |
border-radius: 20px !important;
|
43 |
background-color: #ff85a2 !important;
|
|
|
51 |
background-color: #ff4da6 !important;
|
52 |
transform: scale(1.05);
|
53 |
}
|
54 |
+
*/
|
55 |
/* Cute Output Styling */
|
56 |
.result {
|
57 |
color: #ff1493;
|