Made navbar sticky, with backdrop blur

This commit is contained in:
Sasha Koshka 2022-08-28 20:54:28 -04:00 committed by emma
parent 33cee25715
commit 6dbfa0bca9
1 changed files with 9 additions and 0 deletions

View File

@ -564,6 +564,15 @@ img[src$="/img/matrix.svg"] {
background-color: hsla(20, 40%, 50%, .08);
}
.ui.top.secondary.stackable.main.menu.following.bar.light.no-vertical-tabs {
top: 0;
position: sticky;
background-color: hsla(0, 20%, 17%, .6);
box-shadow: 0 0 16px hsla(0, 0%, 0%, .3);
backdrop-filter: blur(32px);
-webkit-backdrop-filter: blur(32px);
}
/* syntax highlighting */
.chroma .hl {
background-color: #e5e5e5