enhance: make contranst of menu separator subtle

This commit is contained in:
Konstantinos Kaloutas
2022-08-17 16:13:40 +03:00
committed by Andelf
parent 1d5e22d8f6
commit 7d426983a8
3 changed files with 11 additions and 5 deletions

View File

@@ -914,6 +914,12 @@ button.menu:focus {
user-select: none;
}
.menu-separator {
@apply my-1;
opacity: .5;
}
a.login {
color: var(--ls-link-text-color, #444);
}