Skip to content

Commit

Permalink
chore(frontend): change some colors
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Dec 4, 2024
1 parent c5ec559 commit 8fa47e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
1 change: 0 additions & 1 deletion apps/frontend/app/components/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ export const BaseMediaDisplayItem = (props: {
.exhaustive(),
}}
alt={`Image for ${props.name}`}
className={classes.mediaImage}
styles={{
root: {
transitionProperty: "transform",
Expand Down
10 changes: 2 additions & 8 deletions apps/frontend/app/styles/common.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,11 @@
}
}

.mediaImage {
&:hover {
box-shadow: 0 0 10px black;
}
}

.highlightImage {
@mixin dark {
box-shadow: 0px 0px 4px 1px rgba(218, 102, 123, 1);
box-shadow: 0px 0px 8px 1px rgba(242, 183, 22, 1);
}
@mixin light {
box-shadow: 0px 0px 8px 3px rgba(218, 102, 123, 1);
box-shadow: 0px 0px 8px 3px rgba(24, 142, 245, 1);
}
}

0 comments on commit 8fa47e6

Please sign in to comment.