diff options
| author | Fuwn <[email protected]> | 2024-01-04 10:48:00 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-04 10:48:00 -0800 |
| commit | e5c1064fff4046c7f6fc63ae959dbf3c71ddb368 (patch) | |
| tree | 2001f3499c98534f4b6ffa829b9baef38e020733 /src/app.css | |
| parent | fix(schedule): remove empty days (diff) | |
| download | due.moe-e5c1064fff4046c7f6fc63ae959dbf3c71ddb368.tar.xz due.moe-e5c1064fff4046c7f6fc63ae959dbf3c71ddb368.zip | |
feat(schedule): better crunchyroll schedule
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css index 46e37670..07c1c780 100644 --- a/src/app.css +++ b/src/app.css @@ -151,3 +151,7 @@ code { .card-small { padding: 0.5rem; } + +.card-clear { + background-color: transparent; +} |