1
0
Fork 0
forked from 0x2620/oxjs

update index

This commit is contained in:
rolux 2012-04-08 20:18:25 +02:00
commit 919f119422
6 changed files with 112 additions and 60 deletions

View file

@ -99,9 +99,11 @@ body.OxThemeModern,
background-color: rgb(16, 16, 16);
}
.OxThemeClassic .OxLabel.label,
.OxThemeClassic .page {
background-color: rgb(255, 255, 255);
}
.OxThemeModern .OxLabel.label,
.OxThemeModern .page {
background-color: rgb(0, 0, 0);
}
@ -123,4 +125,3 @@ body.OxThemeModern,
.OxThemeModern .readme .OxSyntaxHighlighter {
box-shadow: 0 0 1px rgb(255, 255, 255)
}