2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Drop the old $gray- variables for the new color range

This commit is contained in:
Mark Otto
2017-06-29 23:15:16 -07:00
parent a21a9f341b
commit 964e06800a
6 changed files with 56 additions and 67 deletions
+1 -1
View File
@@ -411,5 +411,5 @@
}
.highlight pre code {
font-size: inherit;
color: $gray-dark; // Effectively the base text color
color: $gray-900; // Effectively the base text color
}