From fca19e1f4b9c68fbe5b88a4449b058818692e3a6 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 8 Oct 2023 15:38:54 +0300 Subject: [PATCH] make /h/highrollerclub look epic in WPD --- files/assets/css/main.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index c55446196..8cf7c58b6 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7637,3 +7637,17 @@ ul { display: None !important; } } + +:not(td) > a[href="/h/highrollerclub"].hole-flair { + font-family: open sans,sans-serif !important; + background: repeating-linear-gradient( + 45deg, + gold, + #debd00 20px, + #cdae00 60px + ); + font-weight: 700 !important; + background-clip: text !important; + -webkit-background-clip: text !important; + animation: 60s linear 0s infinite move-colors; +}