hover pseudo class

This commit is contained in:
Will McGugan
2022-01-10 15:18:58 +00:00
parent 3ffc5826c2
commit 4abfb77517
9 changed files with 99 additions and 54 deletions

View File

@@ -5,7 +5,8 @@ App > View {
}
Widget:hover {
outline: solid green;
outline: heavy;
text: bold !important;
}
#sidebar {