diff options
author | FrostyBiscuit <[email protected]> | 2025-02-18 17:25:22 +0100 |
---|---|---|
committer | FrostyBiscuit <[email protected]> | 2025-02-18 17:25:22 +0100 |
commit | cc973cdbee62052306f773ddcaed05890be62fd8 (patch) | |
tree | 97f68fbeaeebc85b5033d35b58836a963991f819 /styles/websites/github.css | |
parent | 8ac20e4c1a510bf37ee8451588ebbc9eaa831285 (diff) |
Fixed support for GitHub
Diffstat (limited to 'styles/websites/github.css')
-rw-r--r-- | styles/websites/github.css | 10 |
1 files changed, 8 insertions, 2 deletions
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; */
}
|