add OxLink class
This commit is contained in:
parent
7eb8cf66c6
commit
0ba564c104
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ Base
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover {
|
a:hover, .OxLink:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,8 @@ body.$themeClass:-moz-full-screen {
|
||||||
body.$themeClass:-webkit-full-screen {
|
body.$themeClass:-webkit-full-screen {
|
||||||
background-color: $bodyBackground;
|
background-color: $bodyBackground;
|
||||||
}
|
}
|
||||||
.$themeClass a {
|
.$themeClass a,
|
||||||
|
.$themeClass .OxLink {
|
||||||
color: $bodyLinkColor;
|
color: $bodyLinkColor;
|
||||||
}
|
}
|
||||||
.$themeClass div {
|
.$themeClass div {
|
||||||
|
|
Loading…
Reference in a new issue