From 3a45051da7ea12660865b6c071b637ede6e2184d Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 30 Sep 2020 18:46:46 -0400 Subject: [PATCH] finishing touches finished up the css and added a small bit onto the end of the first blog post --- content/blog/how.md | 2 +- static/css/single.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/how.md b/content/blog/how.md index 4f24e47..af55bf7 100644 --- a/content/blog/how.md +++ b/content/blog/how.md @@ -56,4 +56,4 @@ which is closer but it still jumps into the body for some reason. That reason as Nothing about this changes for the script that we want on our blog pages only other than that we replace link with a script tag. ## Conclusion -This was fun and I'm glad I found out about the existance of [hugo](https://gohugo.io/). I'll probably update this site in the future and this blog will probably get outdated but unless I decide the site looks almost completely different run into a very annoying or interesting problem or completely remake the site for osme reason or another I probably won't update this blog or release any other blogs with updates on changes I make to this site(and knowing me even when those things come up I probably won't write about them) +This was fun and I'm glad I found out about the existance of [hugo](https://gohugo.io/). I'll probably update this site in the future and this blog will probably get outdated but unless I decide the site looks almost completely different run into a very annoying or interesting problem or completely remake the site for osme reason or another I probably won't update this blog or release any other blogs with updates on changes I make to this site(and knowing me even when those things come up I probably won't write about them) one of the things I want to change is the links to different platforms/feeds/whatever but based on already made efforts I think I'll save that for another time. diff --git a/static/css/single.css b/static/css/single.css index 6d52a8e..fd464b4 100644 --- a/static/css/single.css +++ b/static/css/single.css @@ -5,7 +5,7 @@ p a{ color:#00a; } p a:hover{ - color:#050; + color:#00a; background:#bbb; } p a:visited{