From 2e3ceb247fa63db0bbf9ba71f06be50eeda74445 Mon Sep 17 00:00:00 2001
From: Michael McVady <femtonaut@gmail.com>
Date: Sun, 29 Oct 2023 16:45:51 -0500
Subject: Refactor: `post` -> `entry`

---
 assets/static/css/default.css | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

(limited to 'assets/static/css')

diff --git a/assets/static/css/default.css b/assets/static/css/default.css
index c6dcf9a..02cb982 100644
--- a/assets/static/css/default.css
+++ b/assets/static/css/default.css
@@ -9,7 +9,7 @@ body {
 	margin-right: auto;
 }
 
-.post {
+.entry {
 	position: center;
 	color: rgb(0,0,0);
 	margin-top: 1em;
@@ -19,25 +19,25 @@ body {
 	border-color: rgb(0,0,0);
 }
 
-.post .head {
+.entry .head {
 	border-bottom-style: solid;
 	border-width: 1px;
 	padding: 1px;
 }
 
-.post .head h2 {
+.entry .head h2 {
 	padding: 0.1em;
 }
 
-.post .title {
+.entry .title {
 	font-weight: bold;
 }
 
-.post .title a {
+.entry .title a {
 	text-decoration: none;
 }
 
-.post .date {
+.entry .date {
 	font-weight: bold;
 	color: rgb(230,230,255);
 	background-color: rgb(0,0,0);
@@ -46,37 +46,37 @@ body {
 	padding-left: 0.5em
 }
 
-.post .tag {
+.entry .tag {
 /*	display: none;*/
 	text-align: right;
 	color: rgb(230,230,255);
 }
 
-.post .tag span {
+.entry .tag span {
 	background-color: rgb(0,0,0);
 	padding: 0.1em 0.2em;
 	font-weight: bold;
 	color: rgb(230,230,255);
 }
 
-.post .tag a {
+.entry .tag a {
 	color: rgb(230,230,255);
 }
 
-.post .body {
+.entry .body {
 	padding: 0.5em;
 }
 
-.post .body p {
+.entry .body p {
 	margin: 1em;
 }
 
-.post .body code {
+.entry .body code {
 /*	background-color: rgb(115,115,127);*/
 /*	color: rgb(230,230,255);*/
 }
 
-.post .body pre {
+.entry .body pre {
 	background-color: rgb(115,115,127);
 	color: rgb(230,230,255);
 	margin: 1em;
@@ -84,11 +84,11 @@ body {
 	overflow-x: auto;
 }
 
-.post .body h3 {
+.entry .body h3 {
 	margin: 1em;
 }
 
-.post .foot {
+.entry .foot {
 	border-top-style: solid;
 	border-width: 1px;
 	margin: 0em;
-- 
cgit v1.2.3