diff options
| author | zephex-alt <[email protected]> | 2024-05-03 04:02:21 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-03 04:02:21 +0000 |
| commit | 446eb6d593b97b7d11bc779afe02fdd621d79893 (patch) | |
| tree | 1ba6acc811305d0be2aa1da06c183cfcc4f4d1ca /src/app/anime/recent/recent.module.css | |
| parent | added edge runtime line (diff) | |
| download | dramalama-446eb6d593b97b7d11bc779afe02fdd621d79893.tar.xz dramalama-446eb6d593b97b7d11bc779afe02fdd621d79893.zip | |
font changes, video player changes and other minor changes
Diffstat (limited to 'src/app/anime/recent/recent.module.css')
| -rw-r--r-- | src/app/anime/recent/recent.module.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/anime/recent/recent.module.css b/src/app/anime/recent/recent.module.css index c7877da..07f20d5 100644 --- a/src/app/anime/recent/recent.module.css +++ b/src/app/anime/recent/recent.module.css @@ -7,7 +7,6 @@ font-size: 28px;
margin: 0;
color: var(--soft-purple);
- font-family: "Lexend Deca", serif;
}
.RecentText span {
@@ -51,7 +50,6 @@ margin: 5px auto;
width: auto;
max-width: 180px;
- font-family: "Lexend Deca", serif;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
|