mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-07 05:20:32 +03:00
Change ugly side-panel color-schema
This commit is contained in:
parent
9523f77f1c
commit
87dd150a93
|
@ -9,12 +9,12 @@ li {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
background-color: #8F1B1B;
|
background-color: #262673;
|
||||||
border-left: 1px solid #771D1D;
|
border-left: 1px solid #1C1C50;
|
||||||
border-bottom: 2px solid transparent;
|
border-bottom: 2px solid transparent;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.active {
|
li.active {
|
||||||
border-bottom: 2px solid red;
|
border-bottom: 2px solid blue;
|
||||||
}
|
}
|
||||||
|
|
|
@ -48,7 +48,7 @@ export class Tabs {
|
||||||
styles: [`
|
styles: [`
|
||||||
.tab-wrap {
|
.tab-wrap {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: #771D1D;
|
background-color: #121427;
|
||||||
}
|
}
|
||||||
`]
|
`]
|
||||||
})
|
})
|
||||||
|
|
|
@ -11,7 +11,7 @@ method {
|
||||||
|
|
||||||
.methods:before {
|
.methods:before {
|
||||||
content: "";
|
content: "";
|
||||||
background: #48040D;
|
background: #2C2E3E;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 40%;
|
width: 40%;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user