summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;
+}