diff --git a/assets/style.css b/assets/style.css index eab1f1d..7fb032b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -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; }