40 SVG icons for popular brands Download them from GitHub
+41 SVG icons for popular brands Download them from GitHub
- Codio
#4574E0 - Facebook
#3B5998 - Google
#4285F4
@@ -160,6 +164,7 @@
- YouTube
#CD201F - Flipboard
#E12828 - Sauce Labs
#EC4047
+ - Pocket
#EF3F56 - Foursquare
#F94877 - Songkick
#F80046 - Dribbble
#EA4C89
diff --git a/simple-icons.json b/simple-icons.json
index 8d8fabeca..a65af0bf0 100644
--- a/simple-icons.json
+++ b/simple-icons.json
@@ -130,6 +130,11 @@
"hex": "314359",
"source": "https://www.mixcloud.com/branding"
},
+ {
+ "title": "Pocket",
+ "hex": "EF3F56",
+ "source": "https://getpocket.com/blog/press/"
+ },
{
"title": "Sauce Labs",
"hex": "EC4047",
diff --git a/src/header.html b/src/header.html
index 42bcb1da4..fc0866bf4 100644
--- a/src/header.html
+++ b/src/header.html
@@ -86,6 +86,10 @@
text-transform: uppercase;
width: 100%;
}
+ .tiles li:hover {
+ border: 0.125rem solid #FFF;
+ padding: 0.125rem 0 0 0.125rem;
+ }
.tiles a {
color: #FFF;
display: block;