summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrostyBiscuit <[email protected]>2025-02-20 11:51:45 +0100
committerFrostyBiscuit <[email protected]>2025-02-20 11:51:45 +0100
commitdc0559d2cdeefb6ebbf971e4906249bdd2422c97 (patch)
tree30885c0a68a5701f9337651e59724abb7f569f51
parent5ad79ab277218ef6e8c98099f5516e0e4bc68834 (diff)
Adaptions for github.com
-rw-r--r--styles/websites/github.css15
1 files changed, 9 insertions, 6 deletions
diff --git a/styles/websites/github.css b/styles/websites/github.css
index 83c2d03..56ca9de 100644
--- a/styles/websites/github.css
+++ b/styles/websites/github.css
@@ -3,6 +3,10 @@ body {
background: none !important;
}
+[data-testid="issue-metadata-sticky"] {
+ background-color: var(--transparent-background-darker);
+}
+
/* 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,
@@ -59,11 +63,11 @@ a:hover {
border-radius: 20px;
}
-:root {
- --bgColor-default: #00000000;
- --bgColor-muted: #00000000;
- --bgColor-inset: #00000000;
- --borderColor-default: #00000000;
+body {
+ --bgColor-default: transparent;
+ --bgColor-muted: var(--transparent-background);
+ --bgColor-inset: var(--transparent-background);
+ --borderColor-default: var(--transparent-background);
}
footer.footer.pt-8.pb-6.f6.color-fg-muted.p-responsive {
@@ -90,5 +94,4 @@ aside.feed-left-sidebar {
.gh-header-sticky.is-stuck {
background-color: var(--transparent-background-dark);
border-radius: 1em;
- /* margin-top: 1em; */
}