[themes] fix link's colors
This commit is contained in:
parent
0d491e78be
commit
4de5dcfd87
|
@ -269,4 +269,20 @@ textarea {
|
||||||
|
|
||||||
.doc-content-color {
|
.doc-content-color {
|
||||||
background-color: @canvas-content-background;
|
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