/*
Theme Name: Salvatore
Theme URI: https://github.com/laxmariappan/salvatore
Author: Lax Mariappan
Author URI: https://laxmariappan.com
Description: Child theme of 2024, perfect for personal blogging. You can enable dark mode with Rich Tabors Dark Mode Toggle block.
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 5.7
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: salvatore
Tags: block-patterns, blog
*/

/* Default light theme styles */
body {
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast);
}


/* Dark theme styles */
html.theme-dark body, html.theme-dark body p {
    background-color: var(--wp--preset--color--contrast);
    color:  var(--wp--preset--color--base);
}

html.theme-dark body a{
    color: var(--wp--preset--color--base);
}

html.theme-dark body .has-base-background-color a{
    color: var(--wp--preset--color--contrast) !important;
}

html.theme-dark body h1,html.theme-dark body h2, html.theme-dark body h3, html.theme-dark body h4, html.theme-dark body h5, html.theme-dark body h6{
    color: var(--wp--preset--color--base);
}

html.theme-dark body .has-base-background-color .wp-block-site-title{
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast) !important;
}

/** Tabor toggle custom css */

html.theme-dark body .has-base-background-color .wp-block-tabor-dark-mode-toggle__track {
    color: var(--wp--preset--color--contrast);
}

