Skip to content

Commit 7b67193

Browse files
authored
Add modal colors (#338)
1 parent e96693a commit 7b67193

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/frontend/main.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,14 @@
8383
0 0 1px 1px rgba(0, 0, 20, 0.025),
8484
0 10px 20px rgba(0, 0, 20, 0.3);
8585

86+
/* Modals */
87+
--modal-backdrop-background: hsla(240, 6%, 3%, 0.9);
88+
--modal-backdrop-filter: contrast(0.85) saturate(2) brightness(0.7) blur(20px);
89+
--modal-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05),
90+
0 0 8px 2px rgba(0, 0, 30, 0.05),
91+
0 0 1px 1px rgba(0, 0, 20, 0.025),
92+
0 10px 20px rgba(0, 0, 20, 0.3);
93+
8694
/* Links */
8795
--link-color: #53c1ff;
8896
--link-visited-color: #53c1ff;

0 commit comments

Comments
 (0)