mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-17 10:54:12 +03:00
Inverted OG image background
This commit is contained in:
parent
5e63323aa6
commit
e093f92c7d
@ -13,7 +13,7 @@
|
|||||||
margin: 1.5rem 0;
|
margin: 1.5rem 0;
|
||||||
}
|
}
|
||||||
.sharing {
|
.sharing {
|
||||||
background: #EEE;
|
background: #111;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 70rem;
|
height: 70rem;
|
||||||
@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
.bars__item {
|
.bars__item {
|
||||||
background: #000;
|
background: #000;
|
||||||
border: 0.375rem solid #EEE;
|
border: 0.375rem solid #111;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: left;
|
float: left;
|
||||||
@ -38,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
clear: both;
|
clear: both;
|
||||||
color: #666;
|
color: #FFF;
|
||||||
font-family: Lato, sans-serif;
|
font-family: Lato, sans-serif;
|
||||||
-webkit-font-feature-settings: "dlig", "kern", "liga";
|
-webkit-font-feature-settings: "dlig", "kern", "liga";
|
||||||
font-feature-settings: "dlig", "kern", "liga";
|
font-feature-settings: "dlig", "kern", "liga";
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
margin: 1.5rem 0;
|
margin: 1.5rem 0;
|
||||||
}
|
}
|
||||||
.sharing {
|
.sharing {
|
||||||
background: #EEE;
|
background: #111;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 70rem;
|
height: 70rem;
|
||||||
@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
.bars__item {
|
.bars__item {
|
||||||
background: #000;
|
background: #000;
|
||||||
border: 0.375rem solid #EEE;
|
border: 0.375rem solid #111;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
float: left;
|
float: left;
|
||||||
@ -38,7 +38,7 @@
|
|||||||
}
|
}
|
||||||
.title {
|
.title {
|
||||||
clear: both;
|
clear: both;
|
||||||
color: #666;
|
color: #FFF;
|
||||||
font-family: Lato, sans-serif;
|
font-family: Lato, sans-serif;
|
||||||
-webkit-font-feature-settings: "dlig", "kern", "liga";
|
-webkit-font-feature-settings: "dlig", "kern", "liga";
|
||||||
font-feature-settings: "dlig", "kern", "liga";
|
font-feature-settings: "dlig", "kern", "liga";
|
||||||
|
Loading…
Reference in New Issue
Block a user