Fix missing video player styles, fix notification icon color
This commit is contained in:
parent
e89f31a82c
commit
9cc9065efd
2 changed files with 2 additions and 1 deletions
|
@ -67,3 +67,4 @@
|
||||||
@import 'components/spoiler-button';
|
@import 'components/spoiler-button';
|
||||||
@import 'components/media-spoiler';
|
@import 'components/media-spoiler';
|
||||||
@import 'components/error-boundary';
|
@import 'components/error-boundary';
|
||||||
|
@import 'components/video-player';
|
||||||
|
|
|
@ -413,7 +413,7 @@
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background: var(--brand-color);
|
background: var(--accent-color);
|
||||||
|
|
||||||
@media screen and (max-width: 895px) {
|
@media screen and (max-width: 895px) {
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
Loading…
Reference in a new issue