the-glorious-startpage/css/bar.css

5 lines
97 B
CSS
Raw Normal View History

2020-06-04 01:50:05 +02:00
.bar {
2020-06-04 02:06:36 +02:00
background: var(--panel-bg);
2020-06-04 01:50:05 +02:00
backdrop-filter: blur(var(--blur-strength));
2020-06-04 02:06:36 +02:00
z-index: 5;
2020-06-04 01:50:05 +02:00
}