mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-17 17:35:31 -04:00
swap native emojis for Twemojis 🎉 (#92)
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
Netlify
|
||||
Simple Analytics
|
||||
utteranc.es
|
||||
Twemoji
|
||||
...and much more: https://jarv.is/uses/
|
||||
|
||||
# VIEW SOURCE
|
||||
|
@@ -13,16 +13,14 @@ draft: false
|
||||
---
|
||||
|
||||
{{< page-css >}}
|
||||
/* override link underlines */
|
||||
/* disable link underlines in h2's */
|
||||
h2 a {
|
||||
background-image: none !important;
|
||||
padding-bottom: 0 !important;
|
||||
margin-right: 8px !important;
|
||||
}
|
||||
/* override image alignment */
|
||||
/* align octocat with text */
|
||||
h2 img {
|
||||
display: inline !important;
|
||||
margin: 0 !important;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
{{< /page-css >}}
|
||||
|
Reference in New Issue
Block a user