[themes] fix link's colors

This commit is contained in:
Maxim Kadushkin 2021-05-04 20:09:54 +03:00
parent 0d491e78be
commit 4de5dcfd87

View file

@ -269,4 +269,20 @@ textarea {
.doc-content-color {
background-color: @canvas-content-background;
}
a {
color: @text-link;
&:hover {
color: @text-link-hover;
}
&:active {
color: @text-link-active;
}
&:visited {
color: @text-link-visited;
}
}