diff --git a/index.css b/index.css index 0b0fe0b..e0452e7 100644 --- a/index.css +++ b/index.css @@ -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%;