Change color of secondary elements in the docs #97

Closed
nevfy wants to merge 3 commits from nevfy:docs-color into master
1 changed files with 8 additions and 0 deletions

View File

@ -205,4 +205,12 @@ a.nav-link.sp-coming-soon::after {
margin-left: .5rem;
padding: .1rem .5rem;
border-radius: .1rem;
}
main ul li::marker {
color: $secondary
}
p.reading-time {
color: $primary
}