/*
 Theme Name:   Schnell
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       BGz
 Author URI:   https://idealivery.com
 Template:     generatepress
 Version:      0.1
*/

/* Global Dark Theme */


#green {
    background-color: #8bc34a;
}

#dark {
    background-color: #1a1a1a;
}

#gray {
    background-color: #666666;
}

.site-branding p {
    color: #8bc34a;
}

.site-branding .site-description {
    color: #f0f0f0;
}

h1 a {
    color: #8bc34a;
    text-decoration: none;
}

li.menu-item a {
    text-decoration: none;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

}