1
0
Fork 0
forked from 0x2620/oxjs

add OxLink class

This commit is contained in:
rolux 2013-03-14 11:26:38 +05:30
commit 0ba564c104
2 changed files with 3 additions and 2 deletions

View file

@ -10,7 +10,8 @@ body.$themeClass:-moz-full-screen {
body.$themeClass:-webkit-full-screen {
background-color: $bodyBackground;
}
.$themeClass a {
.$themeClass a,
.$themeClass .OxLink {
color: $bodyLinkColor;
}
.$themeClass div {