forked from extern/the-glorious-startpage
5 lines
97 B
CSS
5 lines
97 B
CSS
.bar {
|
|
background: var(--panel-bg);
|
|
backdrop-filter: blur(var(--blur-strength));
|
|
z-index: 5;
|
|
} |