[themes] fix link's colors
This commit is contained in:
parent
0d491e78be
commit
4de5dcfd87
|
@ -270,3 +270,19 @@ 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;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue