some visual css updates

This commit is contained in:
Jan Koppe 2020-12-24 00:47:30 +00:00
parent d08ac54520
commit ad8bd06f6a
1 changed files with 8 additions and 1 deletions

View File

@ -53,6 +53,8 @@ body {
#schedule .list .item {
margin-bottom: 10px;
border-left: 5px solid #7b7b7b;
padding-left: 10px;
}
#schedule .list .item .title {
@ -62,7 +64,7 @@ body {
}
#schedule .list .item .sub {
color: #9b9b9b;
color: #cbcbcb;
font-size: 26px;
white-space: nowrap;
@ -70,6 +72,11 @@ body {
text-overflow: ellipsis;
}
#schedule-here-container, #schedule-main-container, #schedule-other-container {
background-color: rgba(10, 10, 10, 0.5);
padding: 20px;
}
#schedule-here-container {
position: absolute;
right: 52%;