Remove old code

This commit is contained in:
2020-03-09 15:46:17 +00:00
parent c7adf5a3b5
commit 20bbffd3b5

View File

@@ -6,11 +6,12 @@
} }
body { body {
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
display: flex;
margin: 0; margin: 0;
display: flex;
background-color: var(--mdc-theme-primary); background-color: var(--mdc-theme-primary);
color: #ffffff; color: #ffffff;
} }
.mdc-drawer { .mdc-drawer {
background-color: var(--mdc-theme-background); 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 { :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); background-color: var(--mdc-theme-secondary);
} }
/* .mdc-list-group__subheader {
height: 40px;
} */
.mdc-list-item.year::before, .mdc-list-item.year::after { .mdc-list-item.year::before, .mdc-list-item.year::after {
background: none !important; background: none !important;
} }