You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// first thing we're going to learn is to make our website adaptable towards our system theme, if our system/pc/laptop is working on dark theme our website will directly load from dark mode.
function setDarkOrLight() {
if (window.matchMedia("(prefers-color-scheme: dark)").matches){