header add background-color

This commit is contained in:
Sanster 2022-04-24 21:22:42 +08:00
parent 1bc3f06190
commit dad1276ea7

View File

@ -10,6 +10,7 @@ header {
z-index: 20; z-index: 20;
backdrop-filter: blur(12px); backdrop-filter: blur(12px);
border-bottom: 1px solid rgb(100, 100, 120, 0.2); border-bottom: 1px solid rgb(100, 100, 120, 0.2);
background-color: var(--page-bg-light);
} }
.shortcuts { .shortcuts {