update video mini player link color

This commit is contained in:
matty 2024-03-10 16:19:07 -04:00
parent 20b130e7ae
commit aee425c26f
1 changed files with 5 additions and 1 deletions

View File

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