diff options
| author | Fuwn <[email protected]> | 2024-01-05 21:38:48 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-05 21:38:48 -0800 |
| commit | aa1f72e1245f517fbd4cd6b9cfa138e1f75dc437 (patch) | |
| tree | 6db71bfcd1b594946047270a6a19f66ac75d2f4f /src/app.css | |
| parent | feat(wrapped): move generate into card (diff) | |
| download | due.moe-aa1f72e1245f517fbd4cd6b9cfa138e1f75dc437.tar.xz due.moe-aa1f72e1245f517fbd4cd6b9cfa138e1f75dc437.zip | |
fix(css): small card opacity
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app.css b/src/app.css index 32c6ea56..7895e163 100644 --- a/src/app.css +++ b/src/app.css @@ -213,7 +213,6 @@ code { .card-small { padding: 0.5rem; - opacity: 80%; } .card-clear { |