aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+}