summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-08-28 23:24:17 -0400
committersoaos <soaos@soaos.dev>2025-08-28 23:24:17 -0400
commit32aee04ba33d8837772564ddc2cd2fced34a78e4 (patch)
tree906293546e80461bea0c0d51dba3a84a3395d8ca /style.css
parentfd13a7095e8a52b67bcbbc56e8ac0c2ee21376dc (diff)
more hell changes
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css
index 58e8d3b..03f81d9 100644
--- a/style.css
+++ b/style.css
@@ -179,4 +179,12 @@ a.evil:hover {
}
}
+.bold {
+ font-weight: bold;
+}
+.column {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}