diff options
| author | real-zephex <[email protected]> | 2024-05-03 12:28:53 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-03 12:28:53 +0530 |
| commit | 5e1fb505acabab5d6ceb38be898ab1a3368ae567 (patch) | |
| tree | 97c725f2234c6b5dc7f6afa6b71c0f29c845de34 /src/app/anime/history | |
| parent | removed unused pictures from the public directory (diff) | |
| parent | some more changes (diff) | |
| download | dramalama-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/anime/history')
| -rw-r--r-- | src/app/anime/history/continueWatching/cw.module.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/anime/history/continueWatching/cw.module.css b/src/app/anime/history/continueWatching/cw.module.css index ce70c30..cf79acc 100644 --- a/src/app/anime/history/continueWatching/cw.module.css +++ b/src/app/anime/history/continueWatching/cw.module.css @@ -5,12 +5,10 @@ .mainText {
color: var(--light-green);
- font-family: "Poppins", serif;
font-size: 24px;
}
.animeContainer {
- font-family: "Poppins", serif;
font-size: 18px;
margin: 0px;
}
|