From 20bbffd3b58e53088129881ca9c8ee652a52cb50 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Mon, 9 Mar 2020 15:46:17 +0000 Subject: [PATCH] Remove old code --- css/global.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/css/global.css b/css/global.css index 133139b..a0a4136 100644 --- a/css/global.css +++ b/css/global.css @@ -6,11 +6,12 @@ } body { font-family: 'Roboto', sans-serif; - display: flex; margin: 0; + display: flex; background-color: var(--mdc-theme-primary); color: #ffffff; } + .mdc-drawer { background-color: var(--mdc-theme-background); } @@ -37,9 +38,6 @@ a { :not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::before, :not(.mdc-list--non-interactive)>:not(.mdc-list-item--disabled).mdc-list-item--activated::after { background-color: var(--mdc-theme-secondary); } -/* .mdc-list-group__subheader { - height: 40px; -} */ .mdc-list-item.year::before, .mdc-list-item.year::after { background: none !important; }