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 --- styles/websites/github.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'styles/websites/github.css') 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