make default cover cleaner

This commit is contained in:
Lachlan Kermode
2019-08-15 12:42:14 +01:00
parent 97a1c237d3
commit 451b76481d
5 changed files with 8 additions and 18 deletions

View File

@@ -17,3 +17,5 @@
@import 'scene';
@import 'mediaplayer';
@import 'cover';

View File

@@ -8,6 +8,10 @@ $header-inset: 10px;
$banner-height: 100px;
a {
color: $yellow !important;
}
.mo-overlay {
display: flex;
flex-direction: column;