finishing touches

finished up the css and added a small bit onto the end of the first blog
post
This commit is contained in:
Pagwin 2020-09-30 18:46:46 -04:00
parent 90e961a937
commit 3a45051da7
2 changed files with 2 additions and 2 deletions

View file

@ -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. 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 ## 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.

View file

@ -5,7 +5,7 @@ p a{
color:#00a; color:#00a;
} }
p a:hover{ p a:hover{
color:#050; color:#00a;
background:#bbb; background:#bbb;
} }
p a:visited{ p a:visited{