diff options
author | FrostyBiscuit <[email protected]> | 2025-02-20 12:08:00 +0100 |
---|---|---|
committer | FrostyBiscuit <[email protected]> | 2025-02-20 12:08:00 +0100 |
commit | bc357ed1224affd00360ca9b9e37bce74b4f2770 (patch) | |
tree | 7c05250c90a809b508592889368694980090d91c | |
parent | 256c8f52c6aae336bd6826e787477f9ef598393b (diff) |
Adapted reddit.com comment input background
-rw-r--r-- | styles/websites/reddit.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/websites/reddit.css b/styles/websites/reddit.css index b3d1291..87f17fe 100644 --- a/styles/websites/reddit.css +++ b/styles/websites/reddit.css @@ -94,6 +94,10 @@ shreddit-post { }
}
+comment-composer-host {
+ --color-input-bordered: var(--transparent-background);
+}
+
comment-body-header {
background: var(--transparent-background) !important;
border-radius: var(--border-radius-lg) !important;
|