// Importing partials @import 'variables'; @import 'header'; @import 'sidebar'; @import 'single-posts'; @import 'footer'; body{ a:focus{ outline: solid 1px $utility; } } // 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; } .home{ .post{ border-top: solid 1px #eee; } border-bottom: solid 1px #eee; } .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); } } .wp-block-button__link.wp-element-button{ border-radius: 0px !important; } body { .col-md-8 { padding: 1rem; .page { margin: 0; } } } .page { margin: 0; } // Underlining links .entry-content a { text-decoration: underline; } .entry-title a { color: $sidebar-links !important; &:hover { color: $utility !important; text-decoration: none; } } .post { padding: 1.5rem; } .content-wrapper { align-items: center; } .entry-meta { span { color: $links; } a { color: $links; } .cat-links { margin: 3px; } } .nav-links { a { color: $links; } } .wp-block-button.is-style-squared a{ border-radius: 0px; }