Styling elements.

This commit is contained in:
Florian THIERRY
2024-09-05 09:33:07 +02:00
parent f3dfac6bc7
commit 21d19d4ecd
5 changed files with 31 additions and 14 deletions

View File

@@ -192,10 +192,10 @@ app-side-menu {
}
&.disconnection {
color: red;
color: #D50000;
&:hover {
background-color: red;
background-color: #E53935;
color: white;
}
}