Skip to content

Commit

Permalink
Added purple to dark mode and violet to light (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliraza944 authored Jan 12, 2022
1 parent b40e4c6 commit 6d80329
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
--font-color-heading: lightgreen;
--font-color-heading2: lightgreen;
--font-color-sub-heading: violet;
--font-color-christmas_message: violet;
}

.darkMode {
Expand All @@ -16,6 +17,7 @@
--font-color-heading: lightgreen;
--font-color-heading2: darkgreen;
--font-color-sub-heading: violet;
--font-color-christmas_message: purple;
}

/* Body */
Expand Down Expand Up @@ -51,7 +53,10 @@ body {
display: none;
}
.christmas_day_message p {
color: var(--font-color-sub-heading);

color: var(--font-color-christmas_message);


}

.otherprojects {
Expand Down

0 comments on commit 6d80329

Please sign in to comment.