From 8384b873a00b54190456c1274ec0b5654265b13f Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 12 Apr 2024 14:06:09 +0530 Subject: minor fixes --- src/app/anime/top-airing/trending.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app/anime/top-airing/trending.module.css') diff --git a/src/app/anime/top-airing/trending.module.css b/src/app/anime/top-airing/trending.module.css index 33d00d3..9d03384 100644 --- a/src/app/anime/top-airing/trending.module.css +++ b/src/app/anime/top-airing/trending.module.css @@ -42,7 +42,7 @@ .trendingEntries { margin: 4px; transition: transform 400ms ease; - background-color: #353535a6; + background-color: #1f1f1fbb; padding: 0.5rem; border-radius: 1rem; transition: opacity 400ms ease, transform 400ms ease; -- cgit v1.2.3