Fixed home page styles for bootstrap 5

This commit is contained in:
Alejandro Celaya
2022-03-06 10:38:26 +01:00
parent d8e4a4b891
commit 56313e5db8
3 changed files with 14 additions and 12 deletions

View File

@@ -17,6 +17,10 @@
padding: .75rem 2.5rem .75rem 1rem;
}
.servers-list__server-item:not(:hover) {
color: $mainColor;
}
.servers-list__server-item:hover {
background-color: var(--secondary-color);
}