Skip to content

Commit

Permalink
examples: darken gray a little bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 6, 2019
1 parent 24ad18b commit cc99303
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions site/content/docs/4.3/examples/blog/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ h1, h2, h3, h4, h5, h6 {
}
.blog-post-meta {
margin-bottom: 1.25rem;
color: #999;
color: #727272;
}

/*
* Footer
*/
.blog-footer {
padding: 2.5rem 0;
color: #999;
color: #727272;
text-align: center;
background-color: #f9f9f9;
border-top: .05rem solid #e5e5e5;
Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/4.3/examples/dashboard/dashboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ body {

.sidebar .nav-link .feather {
margin-right: 4px;
color: #999;
color: #727272;
}

.sidebar .nav-link.active {
Expand Down
4 changes: 2 additions & 2 deletions site/content/docs/4.3/examples/product/product.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
color: #999;
transition: ease-in-out color .15s;
color: #727272;
transition: color .15s ease-in-out;
}
.site-header a:hover {
color: #fff;
Expand Down

0 comments on commit cc99303

Please sign in to comment.