🎨 combine identical css selectors

This commit is contained in:
DrMaxNix 2024-02-25 18:41:19 +01:00
parent b4acde1670
commit 0d0d00018d
1 changed files with 0 additions and 2 deletions

View File

@ -506,8 +506,6 @@ a.box:hover {
}
.button:hover {
cursor: pointer;
}
.button:hover {
background-color: var(--color-gray-dark);
}
.button.on-bg:hover {