Update my_pages/home.py
Browse files- my_pages/home.py +4 -0
my_pages/home.py
CHANGED
|
@@ -28,6 +28,10 @@ def render():
|
|
| 28 |
box-shadow: none !important;
|
| 29 |
color: #3366cc !important;
|
| 30 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
</style>
|
| 32 |
""",
|
| 33 |
unsafe_allow_html=True,
|
|
|
|
| 28 |
box-shadow: none !important;
|
| 29 |
color: #3366cc !important;
|
| 30 |
}
|
| 31 |
+
button[kind="primary"] span {
|
| 32 |
+
font-size: 50px !important;
|
| 33 |
+
font-weight: bold !important;
|
| 34 |
+
}
|
| 35 |
</style>
|
| 36 |
""",
|
| 37 |
unsafe_allow_html=True,
|