Surn commited on
Commit
ea6f44a
·
1 Parent(s): b7b95df

Text Update

Browse files
Files changed (1) hide show
  1. wrdler/ui.py +3 -3
wrdler/ui.py CHANGED
@@ -2262,9 +2262,9 @@ def _game_over_content(state: GameState) -> None:
2262
 
2263
  st.markdown(
2264
  f"""
2265
- <div style="margin-top: 1rem; padding: 1rem; background: rgba(32, 212, 108, 0.1); border-radius: 0.5rem; border: 1px solid rgba(32, 212, 108, 0.3);">
2266
- <strong style="color: #20d46c;">🏆 Leaderboard Rankings:</strong><br/>
2267
- <a href="{leaderboard_url}" target="_self" style="color: #20d46c; text-decoration: underline; font-size: 1.1rem;">{rankings_text}</a>
2268
  </div>
2269
  """,
2270
  unsafe_allow_html=True
 
2262
 
2263
  st.markdown(
2264
  f"""
2265
+ <div style="margin-top: 1rem; padding: 1rem; background: rgba(32, 212, 108, 0.1); text-align:center; border-radius: 0.5rem; border: 1px solid rgba(32, 212, 108, 0.3);">
2266
+ <strong style="color: #20d46c; filter: drop-shadow(1px 1px 1px #003);">🏆 Leaderboard Rankings:</strong><br/>
2267
+ <a href="{leaderboard_url}" target="_self" style="color: #20d46c; text-decoration: underline; font-size: 1.2rem; filter: drop-shadow(1px 1px 1px #003);">{rankings_text}</a>
2268
  </div>
2269
  """,
2270
  unsafe_allow_html=True