update video mini player link color

This commit is contained in:
matty 2024-03-10 16:19:07 -04:00
parent 20b130e7ae
commit aee425c26f

View File

@ -6,7 +6,7 @@
body { body {
--mainBackgroundColor: #121212; --mainBackgroundColor: #141414;
--mainForegroundColor: #FFF; --mainForegroundColor: #FFF;
--mainBackgroundHoverColor: #fef3ec; --mainBackgroundHoverColor: #fef3ec;
@ -53,6 +53,10 @@ body {
background-color: #1c1c1c !important; background-color: #1c1c1c !important;
} }
a.video-miniature-account.ng-star-inserted {
color: #F57200;
}
.menu-link:hover { .menu-link:hover {
color: #F57200 !important; color: #F57200 !important;
} }