/*
Theme Name: Coinpress
Theme URI: https://netadvance.eu/
Author: Dodo
Author URI: https: //netadvance.eu/
Description:  Custom Build Wordpress Theme based on Bootstrap framework
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: coinpress
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/


.light-yellow-block {
    background-color: #fcf7e4 !important;
    border-radius: 10px;
    margin: 0.5em;
    padding: 1em;
    color: #444;
}
.dark-mode .light-yellow-block {
    background-color: #31363d !important;
    color: #dee2e6 !important;
}
.dark-mode .light-yellow-block strong {
    color: #dee2e6 !important;
}