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
This commit is contained in:
somebody
2023-07-22 17:35:16 -05:00
parent c7b128829c
commit ccbfad1a13

View File

@@ -2849,6 +2849,10 @@ body {
height: 100%;
}
#welcome_text a {
text-decoration: underline;
}
.welcome_text {
display: flex;
height: 100%;