mirror of
https://github.com/Death916/deathsite.git
synced 2026-04-10 03:04:41 -07:00
update 4 push
This commit is contained in:
parent
cfee6ebc9c
commit
25ddf811b0
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ NAV_BUTTON_STYLE = {
|
|||
"border_radius": "4px",
|
||||
"transition": "background-color 0.3s ease",
|
||||
"_hover": {
|
||||
"background_color": "#ffc107",
|
||||
"background_color": "#6f42c1", # Dark purple on hover
|
||||
"color": "#212529",
|
||||
"text_decoration": "none", # Override link hover underline
|
||||
},
|
||||
|
|
@ -137,7 +137,7 @@ def home():
|
|||
rx.text("Latest Stream: ", color="#ffffff"),
|
||||
rx.link(
|
||||
"Twitch Stream",
|
||||
href=f"https://www.twitch.tv/{TWITCH_USERNAME}",
|
||||
href=f"https://www.twitch.tv/death916/videos",
|
||||
color="#ffffff",
|
||||
is_external=True,
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue