aboutsummaryrefslogtreecommitdiff
path: root/src/app/anime/recent/recent.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-04-12 14:06:09 +0530
committerreal-zephex <[email protected]>2024-04-12 14:06:09 +0530
commit8384b873a00b54190456c1274ec0b5654265b13f (patch)
tree7ba378b9d7723b6c655273f456ca6e67c710df69 /src/app/anime/recent/recent.module.css
parentminor fixes (diff)
downloaddramalama-8384b873a00b54190456c1274ec0b5654265b13f.tar.xz
dramalama-8384b873a00b54190456c1274ec0b5654265b13f.zip
minor fixes
Diffstat (limited to 'src/app/anime/recent/recent.module.css')
-rw-r--r--src/app/anime/recent/recent.module.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/anime/recent/recent.module.css b/src/app/anime/recent/recent.module.css
index 24774bd..59b794d 100644
--- a/src/app/anime/recent/recent.module.css
+++ b/src/app/anime/recent/recent.module.css
@@ -21,7 +21,7 @@
}
.RecentContainer:hover .RecentEntries {
- opacity: 0.5;
+ opacity: 0.4;
}
.RecentContainer:hover:hover .RecentEntries:hover {
@@ -41,7 +41,7 @@
.RecentEntries {
margin: 4px;
- background-color: #353535a6;
+ background-color: #1f1f1fbb;
padding: 0.5rem;
border-radius: 1rem;
transition: opacity 400ms ease, transform 400ms ease;