Added top border for first menu item

This commit is contained in:
Stela Augustinova
2025-12-01 16:14:23 +01:00
parent 5e193c1725
commit 4ab694de0c

View File

@@ -118,6 +118,10 @@
transition: background-color 0.2s ease;
}
.menu-item:first-child {
border-top: 1px solid var(--theme-border);
}
.menu-item:hover {
background-color: var(--theme-bg-hover);
}