aboutsummaryrefslogtreecommitdiff
path: root/src/app.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-04 20:30:21 -0800
committerFuwn <[email protected]>2024-01-04 20:30:21 -0800
commit6fa883da369eafcc38210a172d0bd20a7870d798 (patch)
tree9290cc3db49a7e3592439faecb680dc28b587dcd /src/app.css
parentfeat(css): new font combo (diff)
downloaddue.moe-6fa883da369eafcc38210a172d0bd20a7870d798.tar.xz
due.moe-6fa883da369eafcc38210a172d0bd20a7870d798.zip
feat(layout): style navigation
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;
+}