aboutsummaryrefslogtreecommitdiff
path: root/src/app/kdrama/styles/popular.module.css
diff options
context:
space:
mode:
authorreal-zephex <[email protected]>2024-05-03 12:28:53 +0530
committerGitHub <[email protected]>2024-05-03 12:28:53 +0530
commit5e1fb505acabab5d6ceb38be898ab1a3368ae567 (patch)
tree97c725f2234c6b5dc7f6afa6b71c0f29c845de34 /src/app/kdrama/styles/popular.module.css
parentremoved unused pictures from the public directory (diff)
parentsome more changes (diff)
downloaddramalama-5e1fb505acabab5d6ceb38be898ab1a3368ae567.tar.xz
dramalama-5e1fb505acabab5d6ceb38be898ab1a3368ae567.zip
Merge pull request #11 from zephex-alt/deploy-on-cloudflare
video player change, font changes and other minor changes
Diffstat (limited to 'src/app/kdrama/styles/popular.module.css')
-rw-r--r--src/app/kdrama/styles/popular.module.css6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/app/kdrama/styles/popular.module.css b/src/app/kdrama/styles/popular.module.css
index 4fc8f18..16c18a2 100644
--- a/src/app/kdrama/styles/popular.module.css
+++ b/src/app/kdrama/styles/popular.module.css
@@ -1,6 +1,5 @@
.popDramasText {
color: var(--soft-purple);
- font-family: "Lexend Deca", serif;
font-size: 28px;
margin-bottom: 10px;
font-weight: 500;
@@ -28,13 +27,13 @@
}
.AnimeContainer:hover .AnimeEntry {
- opacity: 0.3;
+ opacity: 0.5;
}
.AnimeContainer:hover .AnimeEntry:hover {
opacity: 1;
transform: scale(1.02);
- background-color: #202020;
+ background-color: #272727;
}
.AnimeEntry {
@@ -57,7 +56,6 @@
.AnimeEntry p {
text-align: center;
color: white;
- font-family: "Lexend Deca", serif;
width: auto;
max-width: 190px;
overflow: hidden;