2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

examples: darken gray a little bit.

This commit is contained in:
XhmikosR
2019-08-28 17:31:45 +03:00
parent 758ee5f0f8
commit a9c05ab798
3 changed files with 5 additions and 5 deletions
@@ -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;