Skip to content

Commit

Permalink
Fix styles for in collection flag and changelog text
Browse files Browse the repository at this point in the history
  • Loading branch information
tfedor committed Aug 28, 2024
1 parent 3f6af08 commit 05ffcba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/css/augmentedsteam.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/js/Content/Features/Store/App/FOwnedElsewhere.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 05ffcba

Please sign in to comment.