Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View E-Lee-Za's full-sized avatar
💭
Trying to figure things out...

Eleeza Amin E-Lee-Za

💭
Trying to figure things out...
  • London, UK
View GitHub Profile
:root {
--colors-one: #ff944d;
--colors-two: #ff6600;
--colors-three: #cc2900;
--colors-four: #690000;
}
@media (prefers-color-scheme: dark) {
:root {
--colors-text: #Ffffff;