Skip to content

Commit caa510e

Browse files
authored
Update style.css
1 parent 5f39fe1 commit caa510e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
--ctp-base: var(--ctp-latte-base);
77
--ctp-blue: var(--ctp-latte-blue);
88
--ctp-lavender: var(--ctp-latte-lavender);
9+
--ctp-base-translucent: 239, 241, 245;
910
--ctp-antitext: var(--ctp-frappe-text);
1011
--ctp-antibase: var(--ctp-frappe-base);
1112
--ctp-antiblue: var(--ctp-frappe-blue);
@@ -95,7 +96,7 @@ h1 {
9596
position: sticky;
9697
top: 0;
9798
padding: 0;
98-
background: rgba(239, 241, 245, 0.8);
99+
background-color: rgba(var(--ctp-base-translucent), 0.8);
99100
backdrop-filter: blur(12px);
100101
z-index: 9999;
101102
}

0 commit comments

Comments
 (0)