52 lines
643 B
SCSS
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;
|
|
}
|