improve link styling and buttons

This commit is contained in:
Tobias Brunner 2025-06-18 09:21:17 +02:00
parent 9341950c26
commit bd292d5424
No known key found for this signature in database
2 changed files with 7 additions and 7 deletions

View file

@ -12529,4 +12529,9 @@ a.btn:focus {
background-color: #f8f9fa;
padding: 20px;
border-radius: 8px;
}
.article-content a {
font-weight: bold;
text-decoration: underline;
}