Skip to content

Commit

Permalink
update welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoDiepers committed Jan 27, 2025
1 parent 584b25f commit 39c7a3d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bw_timex_app/welcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
page_title="bw_timex_app", layout="centered", initial_sidebar_state="collapsed"
)

st.markdown("""
<style>
a[href] {
text-decoration: underline;
color: #9c5ffd;
}
</style>
""", unsafe_allow_html=True)
# st.markdown("""
# <style>
# a[href] {
# text-decoration: underline;
# color: #9c5ffd;
# }
# </style>
# """, unsafe_allow_html=True)

_, col_welcome, _ = st.columns([1, 5, 1])
with col_welcome:
Expand Down

0 comments on commit 39c7a3d

Please sign in to comment.