feat(schedule): update view

This commit is contained in:
2026-04-16 23:05:41 +03:00
parent 29fa6435ce
commit a0e6f30e3b
11 changed files with 84 additions and 39 deletions

View File

@@ -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);
}