Skip to content

Commit

Permalink
change colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ungarson authored and RomanSerikov committed Jan 20, 2021
1 parent de2b0de commit 3ea79ac
Showing 1 changed file with 40 additions and 11 deletions.
51 changes: 40 additions & 11 deletions src/views/docs/Docs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ body {
}
& > div.theme--dark {
#docs {
background: var(--v-primary-base);
background: var(--v-sidenav-base);
.redoc-wrap {
.menu-content {
background: var(--v-sidenav-base);
background: var(--v-primary-base);
label {
&.active {
background: var(--v-data-base);
Expand All @@ -81,31 +81,60 @@ body {
& > div {
& > div:first-child {
& > div:first-child {
color: white;
h1,
h2,
h3,
h4,
h5,
h6 {
color: black;
}
h1 {
font-weight: bold;
color: white;
}
span,
p {
color: var(--v-sidenav-base)
color: white;
}
button.fWqjRd {
background-color: rgba(29, 129, 39, 0.25);
a {
color: lighten(rgb(50, 50, 159), 25);
}
button.ZMFUf {
background-color: rgba(212, 31, 28, 0.25);
table {
tr {
td[colspan="2"] {
div {
color: white;
background: var(--v-data-base);
}
}
}
}
}
& > div:last-child:not(:first-child) {
background: var(--v-sidenav-base);
}
button.fWqjRd {
background: var(--v-primary-base);
}
button.ZMFUf {
background: var(--v-error-darken3);
}
}
}
& > div:not(:first-child) {
& > div:first-child {
background: var(--v-sidenav-darken1);
h1,
h2 {
font-weight: bold;
}
}
&:not(.hBHSsv) {
padding-left: 2.5rem;
& > div {
& > div {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
}
}
}
}
Expand Down

0 comments on commit 3ea79ac

Please sign in to comment.