Skip to content

Commit

Permalink
docs: minimal hack to replace twitter log with X
Browse files Browse the repository at this point in the history
Fixes jenkins-x/jx#8673

Signed-off-by: Mårten Svantesson <[email protected]>
  • Loading branch information
msvticket committed Oct 8, 2024
1 parent 7b85a37 commit dc4ae0c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@
}
}

.fa-twitter{
font-family:sans-serif !important;
}

.fa-twitter::before {
content:"𝕏" !important;
font-size:1.2em !important;
}
</style>
<script src="https://kit.fontawesome.com/6dd680123e.js"></script>

Expand Down

0 comments on commit dc4ae0c

Please sign in to comment.