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/search/search.module.css | |
| 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/search/search.module.css')
| -rw-r--r-- | src/app/anime/search/search.module.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/anime/search/search.module.css b/src/app/anime/search/search.module.css index 7f0ef67..9b0d374 100644 --- a/src/app/anime/search/search.module.css +++ b/src/app/anime/search/search.module.css @@ -1,6 +1,5 @@ .waitWhileLoading {
font-size: 18px;
- font-family: "Lexend Deca", serif;
text-align: center;
color: white;
}
@@ -95,7 +94,6 @@ .anime p {
color: white;
width: 20dvw;
- font-family: "Lexend Deca", serif;
font-size: 18px;
}
|