jadehardouin
commited on
Commit
•
649c4c8
1
Parent(s):
bec7fe8
Update app.py
Browse files
app.py
CHANGED
@@ -134,6 +134,10 @@ class Style(Base):
|
|
134 |
block_title_text_color="#050f19", #The text color of the title of a form element (e.g. textbox).
|
135 |
block_title_text_color_dark="#050f19",
|
136 |
block_title_text_size="*text_lg",
|
|
|
|
|
|
|
|
|
137 |
|
138 |
body_background_fill="#050f19",
|
139 |
body_background_fill_dark="#050f19",
|
|
|
134 |
block_title_text_color="#050f19", #The text color of the title of a form element (e.g. textbox).
|
135 |
block_title_text_color_dark="#050f19",
|
136 |
block_title_text_size="*text_lg",
|
137 |
+
block_title_border_width="2px", #The border around the title of a form element (e.g. textbox)
|
138 |
+
block_title_border_width_dark="2px",
|
139 |
+
block_title_border_color="#f0ba2d",
|
140 |
+
block_title_border_color_dark="#f0ba2d",
|
141 |
|
142 |
body_background_fill="#050f19",
|
143 |
body_background_fill_dark="#050f19",
|