mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix more visited state of links
This commit is contained in:
parent
7e9b63822b
commit
d4696345d1
@ -203,7 +203,10 @@ limitations under the License.
|
|||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Login_forgot:link {
|
.mx_Login_forgot:link,
|
||||||
|
.mx_Login_forgot:hover,
|
||||||
|
.mx_Login_forgot:visited
|
||||||
|
{
|
||||||
color: $form-fg-color;
|
color: $form-fg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user