diff options
| author | Fuwn <[email protected]> | 2024-01-05 20:59:25 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-05 20:59:25 -0800 |
| commit | 2926d0314bb367356bc48e7754bacf24df626654 (patch) | |
| tree | 1861d99b464ead8fe4b37993548fb0ec116e6bed /src/app.css | |
| parent | feat(settings): brighter hint (diff) | |
| download | due.moe-2926d0314bb367356bc48e7754bacf24df626654.tar.xz due.moe-2926d0314bb367356bc48e7754bacf24df626654.zip | |
fix(css): tweaks
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 f44c96d3..32c6ea56 100644 --- a/src/app.css +++ b/src/app.css @@ -9,6 +9,7 @@ body { line-height: 1.5; font-weight: 500; /* text-shadow: 0 0 0.25em var(--base01); */ + padding: 1.25rem; } #wrapped { @@ -212,6 +213,7 @@ code { .card-small { padding: 0.5rem; + opacity: 80%; } .card-clear { @@ -295,3 +297,7 @@ html { a:hover { text-decoration: none !important; } + +a:focus { + outline: none; +} |