Skip to content

Commit

Permalink
improve link contrast in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Aug 5, 2021
1 parent 3d1f858 commit c7058e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/assets/styles/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ body {
}

a {
color: rgb(var(--sl-color-primary-500));
color: rgb(var(--sl-color-primary-600));
}

strong {
Expand Down Expand Up @@ -183,7 +183,7 @@ strong {

.sidebar-nav li.collapse > a,
.sidebar-nav li.active > a {
color: rgb(var(--sl-color-primary-500));
color: rgb(var(--sl-color-primary-600));
}

.sidebar li > p {
Expand Down

0 comments on commit c7058e7

Please sign in to comment.