diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | styles/websites/github.css | 10 |
2 files changed, 9 insertions, 3 deletions
@@ -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; */
}
|