Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-06-30 19:05:44 +0300
committerMark Otto <markdotto@gmail.com>2017-06-30 19:05:44 +0300
commite28ed0296868ede90538d1c47d854cecd3dbf0db (patch)
treea92d9a3cdf00a6add4d3a6f755422071ee94c48d /dist/css/bootstrap-reboot.css
parentd30b5b120e6284b868840de0a63b1a401c581345 (diff)
dist build
Diffstat (limited to 'dist/css/bootstrap-reboot.css')
-rw-r--r--dist/css/bootstrap-reboot.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/css/bootstrap-reboot.css b/dist/css/bootstrap-reboot.css
index 6d1cd096bf..959715bd45 100644
--- a/dist/css/bootstrap-reboot.css
+++ b/dist/css/bootstrap-reboot.css
@@ -30,7 +30,7 @@ body {
font-size: 1rem;
font-weight: normal;
line-height: 1.5;
- color: #292b2c;
+ color: #212529;
background-color: #fff;
}
@@ -126,14 +126,14 @@ sup {
}
a {
- color: #0275d8;
+ color: #007bff;
text-decoration: none;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:hover {
- color: #014c8c;
+ color: #0056b3;
text-decoration: underline;
}
@@ -198,7 +198,7 @@ table {
caption {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
- color: #636c72;
+ color: #868e96;
text-align: left;
caption-side: bottom;
}