diff options
| author | real-zephex <[email protected]> | 2024-04-07 13:05:54 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-07 13:05:54 +0530 |
| commit | 9b33f959b479e2321568575ebd0bc94485cbbf95 (patch) | |
| tree | ead8a974e3b2fd048fd6ae4cf9c1d36657327fd4 /src/app/kdrama/styles/info.module.css | |
| parent | minor fixes, will merge later (diff) | |
| download | dramalama-9b33f959b479e2321568575ebd0bc94485cbbf95.tar.xz dramalama-9b33f959b479e2321568575ebd0bc94485cbbf95.zip | |
some minor fixes and qol improvements
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 { |