mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 19:56:41 +02:00
Adjust icons margins
This commit is contained in:
@@ -271,7 +271,7 @@ body {
|
|||||||
|
|
||||||
.content {
|
.content {
|
||||||
a {
|
a {
|
||||||
margin-right: 4px;
|
margin-right: 6px;
|
||||||
color: @milk;
|
color: @milk;
|
||||||
.transition(~'color @{transition-speed-1} @{in-sine}');
|
.transition(~'color @{transition-speed-1} @{in-sine}');
|
||||||
|
|
||||||
@@ -303,7 +303,8 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
a {
|
a {
|
||||||
|
margin-right: 4px;
|
||||||
color: @gray;
|
color: @gray;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
@@ -250,7 +250,7 @@ body {
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.section.icons .content a {
|
.section.icons .content a {
|
||||||
margin-right: 4px;
|
margin-right: 6px;
|
||||||
color: #fefefe;
|
color: #fefefe;
|
||||||
-webkit-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
-webkit-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
||||||
-moz-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
-moz-transition: color 0.1s cubic-bezier(0.47, 0, 0.75, 0.72);
|
||||||
@@ -280,6 +280,7 @@ body {
|
|||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
.section.icons .content a {
|
.section.icons .content a {
|
||||||
|
margin-right: 4px;
|
||||||
color: #b7b7b7;
|
color: #b7b7b7;
|
||||||
}
|
}
|
||||||
.section.icons .content a:hover {
|
.section.icons .content a:hover {
|
||||||
|
Reference in New Issue
Block a user