From ad8bd06f6a6fdfeb4d630af4a3f14f35bd39c069 Mon Sep 17 00:00:00 2001 From: Jan Koppe Date: Thu, 24 Dec 2020 00:47:30 +0000 Subject: [PATCH] some visual css updates --- index.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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%;