@import'variables'; @import'header'; @import'sidebar'; @import'single-posts'; @import'footer'; // adding styles to .entry-title .entry-title a{ color: $links; } // styling .nav-title span.nav-title{ color: $links; margin-left: 1rem; } .nav-subtitle{ color: $links; } //adding styles to paragraphs p{ line-height: 1.5rem; text-align: justify; } // adding styles to post titles a.wp-block-latest-posts__post-title { color: $links; text-decoration: none; } // adding styles to latest comments author a.wp-block-latest-comments__comment-author { color: $links; } .wp-block-latest-posts__post-title{ line-height: 2.3rem; color: $links; } // latest comments link .wp-block-latest-comments__comment-link{ color: $links; } .attachment-post-thumbnail{ margin-top: .75rem; } // adding styles to date post on .posted-on{ padding: 1rem 0rem; } // adding styles to .comments-link .comments-link a{ padding: 1rem 0rem; color: $links; } .post{ padding: .5rem; } .wp-block-archives a{ color: $links; } .wp-block-categories a{ color: $links; } // adding styles to submit button input#submit{ background-color:$menu-color; padding: 1rem; &:hover{ background: rgb(139, 226, 9); } } // adding styles to the search buttons inside .widget-area button.wp-block-search__button{ background-color: $menu-color; &:hover{ background-color: rgb(139, 226, 9);; } } body{ background: $background; .col-md-8{ background: #ffff; padding: 1rem; .page{ margin: 0px; } } } .page{ margin: 0px; } // underlining links .entry-content a { text-decoration: underline; } .entry-title a{ color: $sidebar-links !important; &:hover{ color: $utility-color !important; text-decoration: none; } }