Skip to content

Commit

Permalink
Remvoe unecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
i-Bex authored and i-Bex committed May 8, 2024
1 parent 09f35f0 commit d92b4d8
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,35 +362,4 @@ body {
flex-direction: row;
gap: 0rem 1rem;
}
}

/* @media (prefers-color-scheme:dark){
body {
--body-background:var(--Very-Dark-Blue-Dark-Mode-Background);
color-scheme:dark;
}
.header {
--header-bg:var(--Dark-Blue-Dark-Mode-Elements);
--title-txt-clr:var(--White-Dark-Mode-Text-Light-Mode-Elements);
box-shadow:none;
}
.search-country {
--search-bar-bg:var(--Dark-Blue-Dark-Mode-Elements);
box-shadow:none;
}
.search-country__label {
--label-clr:var(--White-Dark-Mode-Text-Light-Mode-Elements);
}
.search-country__input {
--input-country-clr:var(--White-Dark-Mode-Text-Light-Mode-Elements);
}
.search-country__input::placeholder {
--input-country-placeholder-clr:var(--White-Dark-Mode-Text-Light-Mode-Elements);
}
.country-filter-region__button {
--filter-btn-bg:var(--Dark-Blue-Dark-Mode-Elements);
--filter-btn-clr:var(--White-Dark-Mode-Text-Light-Mode-Elements);
}
} */
}

0 comments on commit d92b4d8

Please sign in to comment.