minor updates

This commit is contained in:
andmironov 2017-06-05 12:35:43 +03:00
parent 1c533f5fab
commit a5c56ae160
2 changed files with 10 additions and 8 deletions

View File

@ -268,11 +268,15 @@ a.logo {
-ms-flex-align: center;
align-items: center;
padding: 10px 15px 15px;
color: #70808D; }
color: #70808D;
transition: opacity .2s ease, color .2s ease; }
.header .nav a {
color: #49555F; }
.header .nav a:hover {
color: #6673CE; }
.header .nav a.nav__item--blog::before {
content: "";
width: 16px;
@ -288,9 +292,6 @@ a.logo {
transform: translate3d(0, 0, 0) rotate(0deg);
opacity: .4; }
.nav a:hover {
opacity: .9; }
.shares {
width: 260px;
height: 50px; }

View File

@ -68,12 +68,17 @@ a.logo {
align-items: center;
padding: 10px 15px 15px;
color: #70808D;
transition: opacity .2s ease, color .2s ease;
}
.header .nav a {
color: #49555F;
}
.header .nav a:hover {
color: #6673CE;
}
.header .nav a.nav__item--blog::before {
content: "";
width: 16px;
@ -91,10 +96,6 @@ a.logo {
opacity: .4;
}
.nav a:hover {
opacity: .9;
}
.shares {
width: 260px;
height: 50px;