diff options
| author | real-zephex <[email protected]> | 2024-05-14 01:02:42 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-05-14 01:02:42 +0530 |
| commit | 16b4a70b7d75969151c8a7d29f6978666743bd31 (patch) | |
| tree | 8e308ea2b4fad20e9d54c464d91e078683da4196 /src/app/kdrama/styles/popular.module.css | |
| parent | Merge pull request #24 from zephex-alt/master (diff) | |
| download | dramalama-16b4a70b7d75969151c8a7d29f6978666743bd31.tar.xz dramalama-16b4a70b7d75969151c8a7d29f6978666743bd31.zip | |
minor changes to the kdrama page
Diffstat (limited to 'src/app/kdrama/styles/popular.module.css')
| -rw-r--r-- | src/app/kdrama/styles/popular.module.css | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/src/app/kdrama/styles/popular.module.css b/src/app/kdrama/styles/popular.module.css index 92373a2..ec76fb3 100644 --- a/src/app/kdrama/styles/popular.module.css +++ b/src/app/kdrama/styles/popular.module.css @@ -1,17 +1,6 @@ .popDramasText {
- color: var(--soft-purple);
- margin: 10px 0 10px 0;
- text-align: center;
- color: transparent;
- background: linear-gradient(
- 90deg,
- var(--neon-green) 40%,
- var(--light-green) 60%,
- var(--neon-yellow) 80%,
- var(--soft-purple) 100%
- );
- background-size: 60% 50%;
- background-clip: text;
+ color: white;
+ margin: 0 0 0.2rem 0;
}
.AnimeContainer {
@@ -45,6 +34,7 @@ background-color 200ms ease;
cursor: grab;
border-radius: 0.4rem;
+ overflow: hidden;
}
.AnimeEntry img {
|