From 74b50288397fbe0b6d94c1603dd929a12dbabcd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Svantesson?= Date: Tue, 8 Oct 2024 12:32:29 +0200 Subject: [PATCH] docs: minimal hack to replace twitter log with X MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes jenkins-x/jx#8673 Signed-off-by: Mårten Svantesson --- content/en/_index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/en/_index.html b/content/en/_index.html index 37cd642eb5f..aabba5a9615 100644 --- a/content/en/_index.html +++ b/content/en/_index.html @@ -151,6 +151,14 @@ } } + .fa-twitter{ + font-family:sans-serif !important; + } + + .fa-twitter::before { + content:"𝕏" !important; + font-size:1.2em !important; + }