Improve vertical menu dark mode

This commit is contained in:
grandeljay 2022-06-12 21:46:28 +02:00
parent 8071bc36ed
commit e0b56d3296

View file

@ -92,6 +92,9 @@ body,
.ui.vertical.pointing.menu .active.item:hover::after {
background-color: #0d0d0d;
}
.ui.vertical.menu .active.item {
background-color: rgba(255, 255, 255, 0.05);
}
.ui.menu .active.item:hover,
.ui.vertical.menu .active.item:hover {
color: rgba(255, 255, 255, 0.95);