diff options
| author | zephex-alt <[email protected]> | 2024-05-03 04:25:40 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-03 04:25:40 +0000 |
| commit | 875f451a072a47fddac09d9399c528a66397236f (patch) | |
| tree | 0a1a8d349e41fb7c9e1a9be99e397eafa1e9f27e /src/app/kdrama/styles/info.module.css | |
| parent | font changes, video player changes and other minor changes (diff) | |
| download | dramalama-875f451a072a47fddac09d9399c528a66397236f.tar.xz dramalama-875f451a072a47fddac09d9399c528a66397236f.zip | |
some more changes
Diffstat (limited to 'src/app/kdrama/styles/info.module.css')
| -rw-r--r-- | src/app/kdrama/styles/info.module.css | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/app/kdrama/styles/info.module.css b/src/app/kdrama/styles/info.module.css index 070b904..9da3034 100644 --- a/src/app/kdrama/styles/info.module.css +++ b/src/app/kdrama/styles/info.module.css @@ -34,6 +34,14 @@ display: flex;
align-items: center;
overflow-x: auto;
+ color: white;
+ margin-top: 1rem;
+}
+.DramaGenre p {
+ background-color: #1f1f1f;
+ margin: 0rem 0rem 0rem 0.4rem;
+ padding: 0.4rem;
+ border-radius: 0.2rem;
}
.DramaGenre::-webkit-scrollbar {
@@ -50,14 +58,6 @@ font-size: 18px;
}
-.genreEntry {
- background-color: #31313141;
- color: white;
- padding: 5px;
- margin: 3px;
- border-radius: 5px;
-}
-
.EpisodesContainer {
margin-top: -10px;
}
|