diff --git a/src/css/augmentedsteam.css b/src/css/augmentedsteam.css index 4f120c83e..262a4278c 100644 --- a/src/css/augmentedsteam.css +++ b/src/css/augmentedsteam.css @@ -1008,7 +1008,7 @@ video.highlight_movie:hover + .html5_video_overlay { } .es_changelog p { margin-bottom: 0.4em; - font-size: 14px; + font-size: 14px !important; } .es_changelog img { margin-right: 21px; diff --git a/src/js/Content/Features/Store/App/FOwnedElsewhere.svelte b/src/js/Content/Features/Store/App/FOwnedElsewhere.svelte index 40191c145..e90decd17 100644 --- a/src/js/Content/Features/Store/App/FOwnedElsewhere.svelte +++ b/src/js/Content/Features/Store/App/FOwnedElsewhere.svelte @@ -55,7 +55,7 @@ background-image: linear-gradient(to right, #bd9d1b 0%, #856d0e 100%) !important } .ds_owned_flag { - background-color: #ffe000; + background-color: #ffe000 !important; } .already_in_library { color: #ffe000;