about summary refs log tree commit diff stats
path: root/templates/style.css
diff options
context:
space:
mode:
authorAlan Pearce2023-09-24 13:22:08 +0200
committerAlan Pearce2023-09-24 13:22:08 +0200
commitf67f64b4022b6324a399e3b399fec8132d63a142 (patch)
treecdfc7cf6339d2e7f2192547a8b898a92f6df1a96 /templates/style.css
parent1828d352da665fffc73536d47018a79a81d55771 (diff)
downloadwebsite-f67f64b4022b6324a399e3b399fec8132d63a142.tar.lz
website-f67f64b4022b6324a399e3b399fec8132d63a142.tar.zst
website-f67f64b4022b6324a399e3b399fec8132d63a142.zip
Use microformats class to style post listings
Diffstat (limited to 'templates/style.css')
-rw-r--r--templates/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/style.css b/templates/style.css
index 23722e1..f141102 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -133,20 +133,20 @@ footer {
 }
 
 /* blog posts */
-ul.blog-posts {
+ul.h-feed {
   list-style-type: none;
   padding: unset;
 }
 
-ul.blog-posts li {
+ul.h-feed li {
   display: flex;
 }
 
-ul.blog-posts li span {
+ul.h-feed li span {
   flex: 0 0 130px;
 }
 
-ul.blog-posts li a:visited {
+ul.h-feed li a:visited {
   color: #8b6fcb;
 }