Fix underline during login
This commit is contained in:
parent
c691473d3c
commit
287179cdf5
|
@ -109,4 +109,8 @@ figcaption {
|
||||||
.label {
|
.label {
|
||||||
margin: 1em auto;
|
margin: 1em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.label {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue