1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

Make ToC's entries' color darker.

The previous was too light.
This commit is contained in:
XhmikosR
2019-02-07 11:48:12 +02:00
parent 3473b77527
commit 00df9177fc

View File

@@ -32,7 +32,7 @@
a { a {
display: block; display: block;
padding: .125rem 1.5rem; padding: .125rem 1.5rem;
color: #99979c; color: #77757a;
&:hover { &:hover {
color: $blue; color: $blue;