Skip to content

Instantly share code, notes, and snippets.

@istudyatuni
Last active October 19, 2020 08:01
Show Gist options
  • Save istudyatuni/731f6c143a9f0ab768df45ae1a1743c2 to your computer and use it in GitHub Desktop.
Save istudyatuni/731f6c143a9f0ab768df45ae1a1743c2 to your computer and use it in GitHub Desktop.
:root {
--text-color: #434343;
--border-color: #CDA6FC;
--main-bg-color: #fff;
--action-bg-color: #F0EEEE;
--hover-bg-color: #f0eeee;
}
.dark-mode {
--text-color: #F8F8F8;
--border-color: #755F90;
--main-bg-color: #333;
--action-bg-color: #555;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment