From ccbfad1a13809ed6e18deea1c531a94990b5be6a Mon Sep 17 00:00:00 2001 From: somebody Date: Sat, 22 Jul 2023 17:35:16 -0500 Subject: [PATCH] UI: Make welcome text links have underlines Would love to make em' a different color but that would require going through all the themes and im laaaazy --- static/koboldai.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/koboldai.css b/static/koboldai.css index 75293eaa..51a70f18 100644 --- a/static/koboldai.css +++ b/static/koboldai.css @@ -2849,6 +2849,10 @@ body { height: 100%; } +#welcome_text a { + text-decoration: underline; +} + .welcome_text { display: flex; height: 100%;