Commit ·
dfbd5c9
1
Parent(s): 5729e6d
edit src
Browse files- src/__pycache__/utils.cpython-39.pyc +0 -0
- src/utils.py +1 -2
src/__pycache__/utils.cpython-39.pyc
CHANGED
|
Binary files a/src/__pycache__/utils.cpython-39.pyc and b/src/__pycache__/utils.cpython-39.pyc differ
|
|
|
src/utils.py
CHANGED
|
@@ -172,9 +172,8 @@ def get_block(custom_text, back_ground):
|
|
| 172 |
border-radius: 25px;
|
| 173 |
box-sizing: border-box;
|
| 174 |
text-align: justify;
|
| 175 |
-
color: transparent;
|
| 176 |
">
|
| 177 |
-
<h4 style="color:#
|
| 178 |
{custom_text}</h4>
|
| 179 |
</div>
|
| 180 |
</br>"""
|
|
|
|
| 172 |
border-radius: 25px;
|
| 173 |
box-sizing: border-box;
|
| 174 |
text-align: justify;
|
|
|
|
| 175 |
">
|
| 176 |
+
<h4 style="color:#ffffff; font-family: cursive; font-size: 16px; font-weight: 200">
|
| 177 |
{custom_text}</h4>
|
| 178 |
</div>
|
| 179 |
</br>"""
|