@@ -931,6 +931,8 @@ button.menu:focus {
@apply my-1;
opacity: .5;
+ border-top-width: 1px;
+ border-color: var(--ls-border-color, #ccc);
}
a.login {
@@ -42,7 +42,7 @@
padding: 0 5px;
position: relative;
user-select: none;
- color: var(--color-text);
+ color: var(--ls-primary-text-color);
&:hover,
&:focus {
@@ -57,7 +57,7 @@
flex-direction: column;
z-index: 180;
- min-width: 180;
+ min-width: 220px;
pointer-events: 'all';
background: var(--ls-primary-background-color);