Fix missing video player styles, fix notification icon color

This commit is contained in:
Alex Gleason 2020-06-02 21:35:25 -05:00
parent e89f31a82c
commit 9cc9065efd
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 2 additions and 1 deletions

View file

@ -67,3 +67,4 @@
@import 'components/spoiler-button';
@import 'components/media-spoiler';
@import 'components/error-boundary';
@import 'components/video-player';

View file

@ -413,7 +413,7 @@
border-radius: 8px;
text-align: center;
color: #fff;
background: var(--brand-color);
background: var(--accent-color);
@media screen and (max-width: 895px) {
top: 0;