1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 05:55:31 -04:00

swap native emojis for Twemojis 🎉 (#92)

This commit is contained in:
2020-03-29 15:30:12 -04:00
committed by GitHub
parent 3dd0f9578e
commit 2156c6ed88
17 changed files with 73 additions and 40 deletions

View File

@@ -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 >}}