We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f39fe1 commit caa510eCopy full SHA for caa510e
style.css
@@ -6,6 +6,7 @@
6
--ctp-base: var(--ctp-latte-base);
7
--ctp-blue: var(--ctp-latte-blue);
8
--ctp-lavender: var(--ctp-latte-lavender);
9
+ --ctp-base-translucent: 239, 241, 245;
10
--ctp-antitext: var(--ctp-frappe-text);
11
--ctp-antibase: var(--ctp-frappe-base);
12
--ctp-antiblue: var(--ctp-frappe-blue);
@@ -95,7 +96,7 @@ h1 {
95
96
position: sticky;
97
top: 0;
98
padding: 0;
- background: rgba(239, 241, 245, 0.8);
99
+ background-color: rgba(var(--ctp-base-translucent), 0.8);
100
backdrop-filter: blur(12px);
101
z-index: 9999;
102
}
0 commit comments