1
1
Fork 0
This repository has been archived on 2022-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
natenom-websites/scss/blog.scss
2020-10-10 19:45:15 +02:00

52 lines
643 B
SCSS

//
// Settings
//
$type: blog;
//
// Import
//
@import 'import/colors';
@import 'import/globalnav';
@import 'import/blog-meta.scss';
@import 'import/blog.scss';
//
// ToDo
//
.related_post a {
color: #979ba9 !important;
}
/* Bildbeschreibungen nur unter Artikelbildern werden ausgeblendet */
.featured-media-inner .wp-caption-text {
display: none;
}
.menu-modal a {
color: #6db0ff !important;
}
.archive-title .color-accent {
color: #fff !important;
}
.nav-links a {
color: #6db0ff !important;
}
.wp-block-quote {
border-color: #6db0ff !important;
}
.search-submit {
background: #6db0ff !important;
}