Skip to content

Commit 22fc2b3

Browse files
committed
update(components/history): add acrylic effect
1 parent ad127d8 commit 22fc2b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/ColorConvert/ColorHistory.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ export default {
106106
opacity: 1;
107107
108108
position: fixed;
109-
background-color: rgba(var(--dark-color-value), 0.98);
109+
background-color: rgba(var(--dark-color-value), 0.6);
110+
backdrop-filter: blur(25px);
111+
-webkit-backdrop-filter: blur(25px);
112+
110113
width: calc(100vw - 32px);
111114
height: calc(100vh - 92px);
112115

0 commit comments

Comments
 (0)