summaryrefslogtreecommitdiff
path: root/userContent.css
diff options
context:
space:
mode:
Diffstat (limited to 'userContent.css')
-rw-r--r--userContent.css38
1 files changed, 26 insertions, 12 deletions
diff --git a/userContent.css b/userContent.css
index 0de39f9..e1ca639 100644
--- a/userContent.css
+++ b/userContent.css
@@ -71,13 +71,12 @@
}
- /* ╔════════════════════════════════════════════════════════════╗
- ║ COMPOSER / PROMPT ║
- ╚════════════════════════════════════════════════════════════╝ */
+/* ╔════════════════════════════════════════════════════════════╗
+ ║ COMPOSER / PROMPT ║
+ ╚════════════════════════════════════════════════════════════╝ */
[data-type="unified-composer"] .bg-token-bg-primary {
- background-color: rgba(0, 35, 35, 0.5) !important;
- backdrop-filter: blur(10000px) !important;
+ background-color: rgba(0, 35, 35, 1) !important;
}
@@ -183,14 +182,14 @@
}
}
-/* ╔════════════════════════════════════════════════════════════╗
- ║ CODE BLOCK STYLING ║
- ╚════════════════════════════════════════════════════════════╝ */
+ /* ╔════════════════════════════════════════════════════════════╗
+ ║ CODE BLOCK STYLING ║
+ ╚════════════════════════════════════════════════════════════╝ */
-/* CODE BLOCK STYLING */
-div.rounded-3xl.bg-token-bg-elevated-secondary:has(#code-block-viewer) {
- background-color: rgba(0, 35, 35, 0.5) !important;
-}
+ /* CODE BLOCK STYLING */
+ div.rounded-3xl.bg-token-bg-elevated-secondary:has(#code-block-viewer) {
+ background-color: rgba(0, 35, 35, 0.5) !important;
+ }
/* ╔════════════════════════════════════════════════════════════╗
@@ -225,4 +224,19 @@ div.rounded-3xl.bg-token-bg-elevated-secondary:has(#code-block-viewer) {
box-shadow: none !important;
}
+ .content-fade::after,
+ .content-fade,
+ .bg-token-sidebar-surface-primary,
+ .bg-token-sidebar-surface-secondary {
+ background-image: linear-gradient(
+ to bottom,
+ rgba(0, 54, 54, 0) 0%,
+ rgba(0, 54, 54, 0.06) 20%,
+ rgba(0, 54, 54, 0.18) 45%,
+ rgba(0, 54, 54, 0.42) 70%,
+ rgba(0, 54, 54, 0.75) 88%,
+ rgba(0, 54, 54, 1) 100%
+ ) !important;
+ }
+
}