diff --git a/blog-log/blog.template.html b/blog-log/blog.template.html index 55194a1..2c04ad7 100755 --- a/blog-log/blog.template.html +++ b/blog-log/blog.template.html @@ -2,6 +2,7 @@ + Blog-Log diff --git a/blog-log/index.html b/blog-log/index.html index 401230f..28c9e79 100644 --- a/blog-log/index.html +++ b/blog-log/index.html @@ -3,6 +3,7 @@ + Blog-Log @@ -10,7 +11,6 @@

Blog-Log

-

What is a Blog-Log?

diff --git a/blog-log/posts/a-walk-in-shoes.html b/blog-log/posts/a-walk-in-shoes.html index 7e713da..1ca06d2 100755 --- a/blog-log/posts/a-walk-in-shoes.html +++ b/blog-log/posts/a-walk-in-shoes.html @@ -3,6 +3,7 @@ + Blog-Log diff --git a/blog-log/posts/netstacc.html b/blog-log/posts/netstacc.html index a08bcd2..14b5351 100755 --- a/blog-log/posts/netstacc.html +++ b/blog-log/posts/netstacc.html @@ -2,6 +2,7 @@ + Blog-Log diff --git a/blog-log/posts/network-of-love.html b/blog-log/posts/network-of-love.html index dfb1c81..5b8a36d 100755 --- a/blog-log/posts/network-of-love.html +++ b/blog-log/posts/network-of-love.html @@ -2,6 +2,7 @@ + Blog-Log diff --git a/blog-log/posts/platonic-shipping.html b/blog-log/posts/platonic-shipping.html index 2d6f49f..7563011 100755 --- a/blog-log/posts/platonic-shipping.html +++ b/blog-log/posts/platonic-shipping.html @@ -2,6 +2,7 @@ + Blog-Log diff --git a/blog-log/posts/protest-pretty-great.html b/blog-log/posts/protest-pretty-great.html index 953fd18..b23a8fe 100755 --- a/blog-log/posts/protest-pretty-great.html +++ b/blog-log/posts/protest-pretty-great.html @@ -3,6 +3,7 @@ + Blog-Log diff --git a/blog-log/posts/rich-ppl-bad-art.html b/blog-log/posts/rich-ppl-bad-art.html index 185ba85..ae90ece 100755 --- a/blog-log/posts/rich-ppl-bad-art.html +++ b/blog-log/posts/rich-ppl-bad-art.html @@ -2,6 +2,7 @@ + Blog-Log diff --git a/blog-log/posts/ur-paying-for-that-free-hoagie.html b/blog-log/posts/ur-paying-for-that-free-hoagie.html index 8563bad..7d0a2d5 100755 --- a/blog-log/posts/ur-paying-for-that-free-hoagie.html +++ b/blog-log/posts/ur-paying-for-that-free-hoagie.html @@ -2,6 +2,7 @@ + Blog-Log diff --git a/blog-log/style.css b/blog-log/style.css index c852b39..c5ea110 100755 --- a/blog-log/style.css +++ b/blog-log/style.css @@ -7,14 +7,16 @@ font-family: "Oswald-Light"; src: url('fonts/Oswald-Light.ttf'); } - +:root { + --text-color:#460017; +} a { text-decoration: none; } .bllog-container > a { text-decoration: none; - color: white; + color: var(--text-color); font-weight: bolder; } @@ -27,7 +29,7 @@ a { .blog-title { font-family: "Bagnard"; font-size: 1.7em; - color:white; + color:var(--text-color); } a:hover > h3 { @@ -39,7 +41,7 @@ a:hover > p { } .anticopyright { - color: white; + color: var(--text-color); } .navbar { @@ -61,25 +63,25 @@ h1 { } body { - background-color: #4d0027; + background-color: #ffa7bd; font-family: "Oswald-Light"; } h1 { - color: white; + color:var(--text-color); font-family: "Bagnard"; } .quote { font-size: 2rem; - color: white; + color:var(--text-color); font-style: italic; margin: 0; margin-top: 0.7rem; } .bllog-body { - color: white; + color: #4d0027; font-size: 1.5rem; } @@ -92,7 +94,7 @@ h1 { margin-right: 0.5rem; margin-bottom: 0.1rem; border: 0.125rem solid; - border-color: white; + border-color: var(--text-color); } .bllog-container > p { @@ -101,7 +103,7 @@ h1 { } h3 { - color: white; + color:var(--text-color); font-family: "Bagnard"; font-size: 2em; } @@ -112,7 +114,7 @@ h3 { } h2 { - color: white; + color:var(--text-color); font-family: "Bagnard"; font-size: 3em; }