From 7a135bc91aaf941c8ab39d13662bd417f9cbce10 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sat, 25 Jan 2020 23:44:07 +0530 Subject: edit accents, add footer styles --- docs/index.html | 65 +++++++++++++++++++++++++----- docs/posts/bash_harder_with_vim/index.html | 2 +- docs/style.css | 8 +++- 3 files changed, 64 insertions(+), 11 deletions(-) diff --git a/docs/index.html b/docs/index.html index 5d478b0..698f42f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -19,98 +19,145 @@
+
31/12 2019 - e991ba5
Color Conundrum + + + e991ba5 + +
23/11 2019 - d1faa7e
Static Sites With Bash + + + d1faa7e + +
07/11 2019 - 6bf0319
My Setup + + + 6bf0319 + +
12/10 2019 - 9367110
WPA Woes + + + 9367110 + +
07/08 2019 - 7f39c8d
Bye Bye BDFs + + + 7f39c8d + +
02/08 2019 - 681a65f
Onivim Sucks + + + 681a65f + +
31/07 2019 - 05bdbd0
Bash Harder With Vim + + + bfad52f + +
30/07 2019 - 487b33f
Hold Position! + + + 487b33f + +
29/07 2019 - 4e9883d
Get Better At Yanking And Putting In Vim + + + 4e9883d + +
+
+
diff --git a/docs/posts/bash_harder_with_vim/index.html b/docs/posts/bash_harder_with_vim/index.html index 48e018f..a71b80c 100644 --- a/docs/posts/bash_harder_with_vim/index.html +++ b/docs/posts/bash_harder_with_vim/index.html @@ -18,7 +18,7 @@ - 05bdbd0 + bfad52f diff --git a/docs/style.css b/docs/style.css index fab6779..9cd22c9 100644 --- a/docs/style.css +++ b/docs/style.css @@ -84,7 +84,7 @@ hr { margin: 0; margin-top: 1rem; margin-bottom: 1rem; - border-top: 1px solid var(--dark-white); + border-top: 2px solid var(--dark-white); } .black-circle { @@ -167,6 +167,12 @@ pre > code { .commit-hash { float: right; + font-size: 0.8rem; text-decoration: none; font-family: Monospace; } + +.footer { + font-size: 0.7rem; + text-align: center; +} -- cgit v1.2.3