summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2021-01-07 18:09:21 -0700
committerBrian Picciano <mediocregopher@gmail.com>2021-01-08 16:44:22 -0700
commitfccc5b95fd47fb01a7d075d45f0c3943cb5514aa (patch)
tree3750371bc358c679d9b0edc3e442d082402e3af3 /assets
parenta264d457e9f6192754ee6618909a6cef3b193667 (diff)
Add follow button and spruce up the follow page
Diffstat (limited to 'assets')
-rw-r--r--assets/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/main.css b/assets/main.css
index d1ce662..ef9b9d4 100644
--- a/assets/main.css
+++ b/assets/main.css
@@ -35,7 +35,6 @@ ul {
#title-header .title {
margin: 0;
font-size: 4.4rem; /* magic number yooooo */
- font-weight: bold;
}
#title-header .title a {
@@ -83,6 +82,7 @@ footer {
#post-headline {
margin: 0;
+ font-weight: bold;
}
#post-content ul {