From cc973cdbee62052306f773ddcaed05890be62fd8 Mon Sep 17 00:00:00 2001 From: FrostyBiscuit Date: Tue, 18 Feb 2025 17:25:22 +0100 Subject: Fixed support for GitHub --- README.md | 2 +- styles/websites/github.css | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8aa3fca..967e552 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ The following websites are currently supported by Transparent Zen: - 🟢 chatgpt.com - 🟢 copilot.microsoft.com - 🟢 chess.com +- 🟢 github.com - 🟠 amazon.de - 🟠 bing.com - 🟠 kryptex.com - 🟠 lieferando.at - 🟠 nexusmods.com - 🔴 epicgames.com -- 🔴 github.com - 🔴 gog.com - 🔴 kinguin.net diff --git a/styles/websites/github.css b/styles/websites/github.css index 80886a4..83c2d03 100644 --- a/styles/websites/github.css +++ b/styles/websites/github.css @@ -1,3 +1,8 @@ +html, +body { + background: none !important; +} + /* Styles by u/sameera_s_w */ div.feed-item-content.d-flex.flex-column.pt-2.pb-2.border.color-border-default.rounded-2.color-shadow-small.width-full.height-fit, @@ -69,7 +74,8 @@ div.prc-Dialog-Dialog-luvDS, .Overlay, .Overlay__StyledOverlay-sc-51280t-0, details-menu { - background-color: var(--bgColor-disabled); + background-color: var(--transparent-background-dark); + backdrop-filter: var(--backdrop-blur); } aside.feed-right-sidebar, @@ -82,7 +88,7 @@ aside.feed-left-sidebar { } .gh-header-sticky.is-stuck { - background-color: var(--bgColor-disabled); + background-color: var(--transparent-background-dark); border-radius: 1em; /* margin-top: 1em; */ } -- cgit v1.2.3