navbar color and size by :hover

This commit is contained in:
ogerly 2021-12-10 08:01:04 +01:00
parent 4b05e55d72
commit 96f03ebf34

View File

@ -98,5 +98,12 @@ export default {
background-color: #dfe0e3f5;
width: 100%;
box-shadow: #b4b4b4 0px 13px 22px;
font-size: large;
}
.b-collaps-gradido li :hover{
background-color: #e9e7e7f5;
font-size: larger;
}
</style>