Fix underline during login

This commit is contained in:
ekzyis 2023-11-20 21:03:14 +01:00
parent c691473d3c
commit 287179cdf5
1 changed files with 4 additions and 0 deletions

View File

@ -109,4 +109,8 @@ figcaption {
.label {
margin: 1em auto;
}
a.label {
text-decoration: none;
}
</style>