From 7a33856a527aebbd8d2a624c6d5937c25c9a1d90 Mon Sep 17 00:00:00 2001 From: Emma Terzioglu Date: Fri, 13 Mar 2026 13:49:15 -0700 Subject: initial commit new website repo yay!!! --- src/static/stylesheets/blog.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/static/stylesheets/blog.css (limited to 'src/static/stylesheets/blog.css') 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; +} -- cgit v1.2.3