Skip to content

Commit a56d6ba

Browse files
committed
examples: darken gray a little bit.
1 parent 8c4e5ba commit a56d6ba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

site/content/docs/4.3/examples/blog/blog.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ h1, h2, h3, h4, h5, h6 {
8585
}
8686
.blog-post-meta {
8787
margin-bottom: 1.25rem;
88-
color: #999;
88+
color: #727272;
8989
}
9090

9191
/*
9292
* Footer
9393
*/
9494
.blog-footer {
9595
padding: 2.5rem 0;
96-
color: #999;
96+
color: #727272;
9797
text-align: center;
9898
background-color: #f9f9f9;
9999
border-top: .05rem solid #e5e5e5;

site/content/docs/4.3/examples/dashboard/dashboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ body {
4545

4646
.sidebar .nav-link .feather {
4747
margin-right: 4px;
48-
color: #999;
48+
color: #727272;
4949
}
5050

5151
.sidebar .nav-link.active {

site/content/docs/4.3/examples/product/product.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
backdrop-filter: saturate(180%) blur(20px);
1313
}
1414
.site-header a {
15-
color: #999;
16-
transition: ease-in-out color .15s;
15+
color: #727272;
16+
transition: color .15s ease-in-out;
1717
}
1818
.site-header a:hover {
1919
color: #fff;

0 commit comments

Comments
 (0)