improve design

This commit is contained in:
isUnknown 2024-11-26 13:21:42 +01:00
parent 26047fb0e1
commit 266765fa75
26 changed files with 99 additions and 180 deletions

View file

@ -284,13 +284,13 @@ button {
a * {
transition: font 0.2s ease-in-out;
}
a.no-line:hover * {
a.no-underline:hover * {
font-weight: 250;
}
a:not(.no-line):hover {
a:not(.no-underline):hover {
text-decoration: none;
}
a:not(.no-line) {
a:not(.no-underline) {
text-decoration: underline;
text-decoration-color: inherit;
text-decoration-line: underline;