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