mirror of
https://github.com/mgrove36/bbc-young-reporter.git
synced 2026-03-03 03:17:07 +00:00
Remove old code
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user