feat(schedule): update view
This commit is contained in:
@@ -89,6 +89,8 @@ app
|
||||
ul.app-list {
|
||||
list-style: none;
|
||||
padding-left: 0;
|
||||
width: 30rem;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
ul.app-list > li {
|
||||
@@ -104,9 +106,9 @@ ul.app-list > li > a {
|
||||
}
|
||||
|
||||
ul.app-list > li:hover {
|
||||
border-color: blue;
|
||||
border-color: rgb(125, 125, 255);
|
||||
}
|
||||
|
||||
ul.app-list > li:hover > a {
|
||||
color: blue;
|
||||
color: rgb(125, 125, 255);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user