/* anything related to the light theme */
html[data-theme="light"] {

    /* whatever you want to change */
    background: white;
}

/* anything related to the dark theme */
html[data-theme="light"] {

    /* whatever you want to change */
    background: rgb(255, 254, 254);
<<<<<<< HEAD
}

=======
}
>>>>>>> 6a4fb4359badc8f03cbda35c9b986c2ee012d769
