Add class to underline text

This commit is contained in:
timvisee 2025-04-23 10:10:22 +02:00
parent 11aad6eac5
commit 0088a4ccc0
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -167,6 +167,10 @@ footer li a:hover {
width: auto; width: auto;
} }
.text-underline {
text-decoration: underline;
}
.main { .main {
display: flex; display: flex;
position: relative; position: relative;