Improve dropdown item style

This commit is contained in:
grandeljay 2022-03-05 10:05:16 +01:00
parent d9126f96b5
commit e5b7dd203a

View file

@ -263,6 +263,7 @@ p .ui.horizontal.label {
text-align: center;
}
.ui.dropdown .menu > a.item,
.ui.dropdown .menu > a.item:hover {
color: rgba(0,0,0,.95);
}