Change the color of the menu separator

I did not use the correct color according to the design.
This commit is contained in:
jordi fita mas 2023-03-12 15:54:11 +01:00
parent 0cd0fb1bb8
commit dab03e2b4f
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ ul[role="menu"].action-menu {
}
ul[role="menu"].action-menu li + li {
border-top: 1px solid var(--numerus--color--black);
border-top: 1px solid var(--numerus--color--dark-gray);
}
ul[role="menu"].action-menu button, ul[role="menu"].action-menu a {