diff options
| author | Fuwn <[email protected]> | 2024-01-04 09:18:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-04 09:18:42 -0800 |
| commit | 2799da6cbbc63a8c146c84e04922869a40687ef7 (patch) | |
| tree | ba2c8a631c5af1fe786763e80287f9bb67171604 /src/app.css | |
| parent | refactor(tools): buttons (diff) | |
| download | due.moe-2799da6cbbc63a8c146c84e04922869a40687ef7.tar.xz due.moe-2799da6cbbc63a8c146c84e04922869a40687ef7.zip | |
feat(tools): move all to cards
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css index 7af85dbe..3e602dc1 100644 --- a/src/app.css +++ b/src/app.css @@ -110,3 +110,9 @@ button:active { .button-lined { transform: translateY(0.175em); } + +.card { + background-color: var(--base001); + padding: 1rem; + border-radius: 4px; +} |