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

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