aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-29 23:15:16 -0700
committerMark Otto <[email protected]>2017-06-29 23:15:27 -0700
commit964e06800a52a6a267f3f06aaffb3b72390adb3d (patch)
tree81436b6ddc8a6c95582f1480de748abfec8622e1 /assets
parenta21a9f341b96c7dea3814dbc43690cdf4ead063a (diff)
downloadbootstrap-964e06800a52a6a267f3f06aaffb3b72390adb3d.tar.xz
bootstrap-964e06800a52a6a267f3f06aaffb3b72390adb3d.zip
Drop the old $gray- variables for the new color range
Diffstat (limited to 'assets')
-rw-r--r--assets/scss/_component-examples.scss2
-rw-r--r--assets/scss/_footer.scss2
-rw-r--r--assets/scss/_nav.scss2
-rw-r--r--assets/scss/_sidebar.scss2
4 files changed, 4 insertions, 4 deletions
diff --git a/assets/scss/_component-examples.scss b/assets/scss/_component-examples.scss
index f5b87d126..32e5aa661 100644
--- a/assets/scss/_component-examples.scss
+++ b/assets/scss/_component-examples.scss
@@ -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
}
diff --git a/assets/scss/_footer.scss b/assets/scss/_footer.scss
index e7ffac480..e6f56d51e 100644
--- a/assets/scss/_footer.scss
+++ b/assets/scss/_footer.scss
@@ -11,7 +11,7 @@
a {
font-weight: 500;
- color: $gray;
+ color: $gray-700;
&:hover,
&:focus {
diff --git a/assets/scss/_nav.scss b/assets/scss/_nav.scss
index 2c0c016df..7e831e67a 100644
--- a/assets/scss/_nav.scss
+++ b/assets/scss/_nav.scss
@@ -66,7 +66,7 @@
.dropdown-item.active {
font-weight: 500;
- color: $gray-dark;
+ color: $gray-900;
background-color: transparent;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23292b2c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
diff --git a/assets/scss/_sidebar.scss b/assets/scss/_sidebar.scss
index 05b93c100..99775e3af 100644
--- a/assets/scss/_sidebar.scss
+++ b/assets/scss/_sidebar.scss
@@ -103,7 +103,7 @@
.bd-search-docs-toggle {
line-height: 1;
- color: $gray-dark;
+ color: $gray-900;
}
.bd-sidenav {