aboutsummaryrefslogtreecommitdiff
path: root/src/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.css')
-rw-r--r--src/app.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/app.css b/src/app.css
index 4dca3954..d6e507e5 100644
--- a/src/app.css
+++ b/src/app.css
@@ -14,7 +14,11 @@ details {
}
summary {
- font-weight: 550;
+ font-weight: 500;
+}
+
+summary small {
+ font-weight: normal;
}
ul,
@@ -176,8 +180,14 @@ code {
border-radius: 0;
}
-/* remove list dots and stuff */
ul,
li::marker {
content: unset !important;
}
+
+.card-centered {
+ margin: 0 auto;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+}