updating css
This commit is contained in:
parent
428744c8bf
commit
b428f3b3e2
2 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,12 @@ Base
|
|||
================================================================================
|
||||
*/
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
body.OxThemeModern {
|
||||
background: rgb(16, 16, 16);
|
||||
}
|
||||
.OxThemeModern a {
|
||||
color: rgb(128, 128, 255);
|
||||
}
|
||||
.OxThemeModern div {
|
||||
color: rgb(240, 240, 240);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue