Update app.py
Browse files
app.py
CHANGED
@@ -67,26 +67,26 @@ body {
|
|
67 |
background-color: #fff;
|
68 |
}
|
69 |
label {
|
70 |
-
color: #9B59B6;
|
71 |
font-weight: bold;
|
72 |
}
|
73 |
input[type="text"], textarea {
|
74 |
-
border: 1px solid #9B59B6;
|
75 |
}
|
76 |
textarea {
|
77 |
height: 150px;
|
78 |
}
|
79 |
button {
|
80 |
-
background-color: #9B59B6;
|
81 |
color: #fff;
|
82 |
border-radius: 5px;
|
83 |
cursor: pointer;
|
84 |
}
|
85 |
button:hover {
|
86 |
-
background-color: #8E44AD;
|
87 |
}
|
88 |
.dropdown {
|
89 |
-
border: 1px solid #9B59B6;
|
90 |
border-radius: 4px;
|
91 |
}
|
92 |
"""
|
|
|
67 |
background-color: #fff;
|
68 |
}
|
69 |
label {
|
70 |
+
color: #9B59B6;
|
71 |
font-weight: bold;
|
72 |
}
|
73 |
input[type="text"], textarea {
|
74 |
+
border: 1px solid #9B59B6;
|
75 |
}
|
76 |
textarea {
|
77 |
height: 150px;
|
78 |
}
|
79 |
button {
|
80 |
+
background-color: #9B59B6;
|
81 |
color: #fff;
|
82 |
border-radius: 5px;
|
83 |
cursor: pointer;
|
84 |
}
|
85 |
button:hover {
|
86 |
+
background-color: #8E44AD;
|
87 |
}
|
88 |
.dropdown {
|
89 |
+
border: 1px solid #9B59B6;
|
90 |
border-radius: 4px;
|
91 |
}
|
92 |
"""
|