forked from 0x2620/oxjs
updating index.js
This commit is contained in:
parent
e7f132f121
commit
706af769a8
2 changed files with 101 additions and 90 deletions
25
index.css
25
index.css
|
|
@ -100,19 +100,10 @@ body.OxThemeModern,
|
|||
}
|
||||
|
||||
.OxThemeClassic .page {
|
||||
background: rgb(255, 255, 255);
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
.OxThemeModern .page {
|
||||
background: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.OxThemeClassic .logo,
|
||||
.OxThemeClassic .page {
|
||||
box-shadow: 0 0 1px rgb(0, 0, 0)
|
||||
}
|
||||
.OxThemeModern .logo,
|
||||
.OxThemeModern .page {
|
||||
box-shadow: 0 0 1px rgb(255, 255, 255)
|
||||
background-color: rgb(0, 0, 0);
|
||||
}
|
||||
|
||||
.OxThemeClassic .readme .item.selected {
|
||||
|
|
@ -121,3 +112,15 @@ body.OxThemeModern,
|
|||
.OxThemeModern .readme .item.selected {
|
||||
background: rgb(32, 32, 32);
|
||||
}
|
||||
|
||||
.OxThemeClassic .logo,
|
||||
.OxThemeClassic .page,
|
||||
.OxThemeClassic .readme .OxSyntaxHighlighter {
|
||||
box-shadow: 0 0 1px rgb(0, 0, 0)
|
||||
}
|
||||
.OxThemeModern .logo,
|
||||
.OxThemeModern .page,
|
||||
.OxThemeModern .readme .OxSyntaxHighlighter {
|
||||
box-shadow: 0 0 1px rgb(255, 255, 255)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue