aboutsummaryrefslogtreecommitdiff
path: root/src/app.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-05 20:59:25 -0800
committerFuwn <[email protected]>2024-01-05 20:59:25 -0800
commit2926d0314bb367356bc48e7754bacf24df626654 (patch)
tree1861d99b464ead8fe4b37993548fb0ec116e6bed /src/app.css
parentfeat(settings): brighter hint (diff)
downloaddue.moe-2926d0314bb367356bc48e7754bacf24df626654.tar.xz
due.moe-2926d0314bb367356bc48e7754bacf24df626654.zip
fix(css): tweaks
Diffstat (limited to 'src/app.css')
-rw-r--r--src/app.css6
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;
+}