Background color for header popovers

This commit is contained in:
Kalle
2022-12-05 20:13:08 +02:00
parent ddbd73152b
commit 847c573da5

View File

@@ -135,6 +135,9 @@
.layout__user-popover {
display: flex;
flex-direction: column;
padding: var(--s-2);
border-radius: var(--rounded);
background-color: var(--bg-darker);
gap: var(--s-2);
}