diff --git a/homelab-ai-bot/savetv_web.py b/homelab-ai-bot/savetv_web.py index 9242f66e..0aab0f70 100644 --- a/homelab-ai-bot/savetv_web.py +++ b/homelab-ai-bot/savetv_web.py @@ -101,7 +101,7 @@ HTML = r""" .badge { padding: 3px 10px; border-radius: 3px; - font-size: 13px; + font-size: 15px; font-family: system-ui, sans-serif; font-weight: 600; } @@ -147,7 +147,7 @@ HTML = r""" align-items: center; } .days-badge { - font-size: 12px; + font-size: 14px; font-weight: 600; padding: 3px 8px; border-radius: 2px; @@ -172,7 +172,7 @@ HTML = r""" display: flex; align-items: center; justify-content: center; - font-size: 11px; + font-size: 14px; transition: all .15s; } .film-card.selected .checkbox-indicator { @@ -242,7 +242,7 @@ HTML = r""" color: var(--kino); padding: 12px 20px; border-radius: 6px; - font-size: 13px; + font-size: 15px; opacity: 0; transition: opacity .3s; z-index: 200; @@ -310,7 +310,7 @@ HTML = r"""