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 {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
a:hover, .OxLink:hover {
|
a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
body.OxThemeClassic {
|
body.OxThemeClassic {
|
||||||
background: rgb(240, 240, 240);
|
background: rgb(240, 240, 240);
|
||||||
}
|
}
|
||||||
.OxThemeClassic a,
|
.OxThemeClassic a {
|
||||||
.OxThemeClassic span.OxLink {
|
|
||||||
color: rgb(0, 0, 128);
|
color: rgb(0, 0, 128);
|
||||||
}
|
}
|
||||||
.OxThemeClassic div {
|
.OxThemeClassic div {
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
body.OxThemeModern {
|
body.OxThemeModern {
|
||||||
background: rgb(16, 16, 16);
|
background: rgb(16, 16, 16);
|
||||||
}
|
}
|
||||||
.OxThemeModern a,
|
.OxThemeModern a {
|
||||||
.OxThemeModern span.OxLink {
|
|
||||||
color: rgb(128, 128, 255);
|
color: rgb(128, 128, 255);
|
||||||
}
|
}
|
||||||
.OxThemeModern div {
|
.OxThemeModern div {
|
||||||
|
|
Loading…
Reference in a new issue