diff options
| author | real-zephex <[email protected]> | 2024-04-07 13:10:56 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-07 13:10:56 +0530 |
| commit | 7f8d767a38f9bbb2c514305ec3bf2b95ce1a4c4a (patch) | |
| tree | bf69af70dda71b8fdd2cb8bc9638d595c4f26453 /src/app/kdrama/styles/info.module.css | |
| parent | Merge pull request #2 from real-zephex/kdrama-section-rewrite (diff) | |
| parent | some minor fixes and qol improvements (diff) | |
| download | dramalama-7f8d767a38f9bbb2c514305ec3bf2b95ce1a4c4a.tar.xz dramalama-7f8d767a38f9bbb2c514305ec3bf2b95ce1a4c4a.zip | |
Merge pull request #3 from real-zephex/kdrama-section-rewrite
minor fixes, will merge later
Diffstat (limited to 'src/app/kdrama/styles/info.module.css')
| -rw-r--r-- | src/app/kdrama/styles/info.module.css | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/app/kdrama/styles/info.module.css b/src/app/kdrama/styles/info.module.css index 90a33b5..3ff021f 100644 --- a/src/app/kdrama/styles/info.module.css +++ b/src/app/kdrama/styles/info.module.css @@ -89,15 +89,18 @@ .VideoContainer { margin-top: 20px; +} + +.Video { display: flex; - align-items: center; flex-direction: column; + align-items: center; } -.VideoContainer p { +.Video p { color: white; font-family: "Atkinson Hyperlegible"; - color: var(--neon-green); + color: var(--pastel-red); } .VideoPlayer { |