mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
examples: darken gray a little bit.
This commit is contained in:
@@ -85,7 +85,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
}
|
}
|
||||||
.blog-post-meta {
|
.blog-post-meta {
|
||||||
margin-bottom: 1.25rem;
|
margin-bottom: 1.25rem;
|
||||||
color: #999;
|
color: #727272;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -93,7 +93,7 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
*/
|
*/
|
||||||
.blog-footer {
|
.blog-footer {
|
||||||
padding: 2.5rem 0;
|
padding: 2.5rem 0;
|
||||||
color: #999;
|
color: #727272;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #f9f9f9;
|
background-color: #f9f9f9;
|
||||||
border-top: .05rem solid #e5e5e5;
|
border-top: .05rem solid #e5e5e5;
|
||||||
|
@@ -45,7 +45,7 @@ body {
|
|||||||
|
|
||||||
.sidebar .nav-link .feather {
|
.sidebar .nav-link .feather {
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
color: #999;
|
color: #727272;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar .nav-link.active {
|
.sidebar .nav-link.active {
|
||||||
|
@@ -12,8 +12,8 @@
|
|||||||
backdrop-filter: saturate(180%) blur(20px);
|
backdrop-filter: saturate(180%) blur(20px);
|
||||||
}
|
}
|
||||||
.site-header a {
|
.site-header a {
|
||||||
color: #999;
|
color: #727272;
|
||||||
transition: ease-in-out color .15s;
|
transition: color .15s ease-in-out;
|
||||||
}
|
}
|
||||||
.site-header a:hover {
|
.site-header a:hover {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
Reference in New Issue
Block a user