Fix missing video player styles, fix notification icon color
This commit is contained in:
@ -67,3 +67,4 @@
|
||||
@import 'components/spoiler-button';
|
||||
@import 'components/media-spoiler';
|
||||
@import 'components/error-boundary';
|
||||
@import 'components/video-player';
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user