updating css

This commit is contained in:
rlx 2011-08-05 18:27:13 +00:00
parent 428744c8bf
commit b428f3b3e2
2 changed files with 9 additions and 0 deletions

View file

@ -7,6 +7,12 @@ Base
================================================================================ ================================================================================
*/ */
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body { body {
margin: 0; margin: 0;
overflow: hidden; overflow: hidden;

View file

@ -1,6 +1,9 @@
body.OxThemeModern { body.OxThemeModern {
background: rgb(16, 16, 16); background: rgb(16, 16, 16);
} }
.OxThemeModern a {
color: rgb(128, 128, 255);
}
.OxThemeModern div { .OxThemeModern div {
color: rgb(240, 240, 240); color: rgb(240, 240, 240);
} }