From 3f24b9cc1f602eb04385c721ea6961b5d40c3301 Mon Sep 17 00:00:00 2001 From: jrtechs Date: Sat, 23 Jun 2018 09:22:32 -0400 Subject: [PATCH] Fixed how the sidebars and posts are rendered with boostrap. --- css/bootstrap.css | 32 ++++++++++++++++++++------------ includes/404.html | 3 ++- includes/header.html | 8 ++++---- posts/singlePost.js | 18 +++++++++--------- sidebar/categoriesSideBar.js | 8 ++++++-- sidebar/recentPosts.js | 8 ++++++-- 6 files changed, 47 insertions(+), 30 deletions(-) diff --git a/css/bootstrap.css b/css/bootstrap.css index eaed9ab..851ba81 100644 --- a/css/bootstrap.css +++ b/css/bootstrap.css @@ -170,18 +170,6 @@ sup { top: -.5em; } -a { - color: #93C54B; - text-decoration: none; - background-color: transparent; - -webkit-text-decoration-skip: objects; -} - -a:hover { - color: #6b9430; - text-decoration: underline; -} - a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; @@ -9644,4 +9632,24 @@ footer .footer-below { .fa-youtube:before { content: "\f167"; +} + +.blogPost +{ + background-color: #fff; + box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19); +} + +a +{ + color: #00BEB2; + text-decoration: none; + background-color: transparent; + -webkit-text-decoration-skip: objects; +} + +a:hover +{ + color: #1A5D63; + text-decoration: underline; } \ No newline at end of file diff --git a/includes/404.html b/includes/404.html index 93cc13a..a3ca481 100644 --- a/includes/404.html +++ b/includes/404.html @@ -3,4 +3,5 @@
Page not found
- \ No newline at end of file + +

\ No newline at end of file diff --git a/includes/header.html b/includes/header.html index 3a3283a..6859f19 100644 --- a/includes/header.html +++ b/includes/header.html @@ -45,18 +45,18 @@