Skip to content

Commit 0202a4c

Browse files
authored
Add dropdown colors (#281)
1 parent 947be48 commit 0202a4c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/main/frontend/main.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@
7575
0 0 8px 2px rgba(0, 0, 30, 0.05),
7676
0 0 1px 1px rgba(0, 0, 20, 0.025),
7777
0 10px 20px rgba(0, 0, 20, 0.15);
78+
79+
/* Dropdowns */
80+
--dropdown-backdrop-filter: contrast(0.85) saturate(2) brightness(0.7) blur(20px);
81+
--dropdown-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05),
82+
0 0 8px 2px rgba(0, 0, 30, 0.05),
83+
0 0 1px 1px rgba(0, 0, 20, 0.025),
84+
0 10px 20px rgba(0, 0, 20, 0.3);
7885

7986
/* Links */
8087
--link-color: #53c1ff;

0 commit comments

Comments
 (0)