Skip to content

Commit

Permalink
add text 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 c20147d commit de2b0de
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions src/views/docs/Docs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,29 @@ body {
}
& > div {
& > div:first-child {
& > div:first-child {
h1,
h2,
h3,
h4,
h5,
h6 {
color: black;
}
h1 {
font-weight: bold;
}
span,
p {
color: var(--v-sidenav-base)
}
button.fWqjRd {
background-color: rgba(29, 129, 39, 0.25);
}
button.ZMFUf {
background-color: rgba(212, 31, 28, 0.25);
}
}
& > div:last-child:not(:first-child) {
background: var(--v-sidenav-base);
}
Expand All @@ -95,9 +118,6 @@ body {
color: darken(rgb(160, 251, 170), 40);
}
}
h1 {
color: lighten(rgb(50, 50, 159), 25);
}
span,
p,
h2 {
Expand All @@ -113,12 +133,6 @@ body {
color: rgb(50, 50, 159);
}
}
h3,
h4,
h5,
h6 {
color: darken(white, 25);
}
}
}
}
Expand Down

0 comments on commit de2b0de

Please sign in to comment.