update css
This commit is contained in:
parent
9ba2293467
commit
2b44e1c694
3 changed files with 3 additions and 5 deletions
|
@ -10,7 +10,7 @@ Base
|
|||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover, .OxLink:hover {
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
body.OxThemeClassic {
|
||||
background: rgb(240, 240, 240);
|
||||
}
|
||||
.OxThemeClassic a,
|
||||
.OxThemeClassic span.OxLink {
|
||||
.OxThemeClassic a {
|
||||
color: rgb(0, 0, 128);
|
||||
}
|
||||
.OxThemeClassic div {
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
body.OxThemeModern {
|
||||
background: rgb(16, 16, 16);
|
||||
}
|
||||
.OxThemeModern a,
|
||||
.OxThemeModern span.OxLink {
|
||||
.OxThemeModern a {
|
||||
color: rgb(128, 128, 255);
|
||||
}
|
||||
.OxThemeModern div {
|
||||
|
|
Loading…
Reference in a new issue