create theme and fix headings in blog post

This commit is contained in:
2021-07-28 22:56:29 -07:00
parent 7c607c12b6
commit 08b3d3b50c
49 changed files with 575 additions and 1731 deletions

View File

@@ -0,0 +1,15 @@
.entry-content p {
text-align: justify;
}
.entry-title a {
text-decoration: none;
}
a {
color: #212529;
}
a:hover {
color: #6c757d;
}