summaryrefslogtreecommitdiff
path: root/src/static/stylesheets/blog.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/stylesheets/blog.css')
-rw-r--r--src/static/stylesheets/blog.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/static/stylesheets/blog.css b/src/static/stylesheets/blog.css
new file mode 100644
index 0000000..9b3066b
--- /dev/null
+++ b/src/static/stylesheets/blog.css
@@ -0,0 +1,22 @@
+#posts {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ width: 400px;
+ gap: 12px;
+}
+
+.post {
+ color: inherit;
+ width: 400px;
+}
+
+.post:visited {
+ color: inherit;
+}
+
+.created-at {
+ font-size: 10px;
+ color: #333;
+}