Skip to content

Commit

Permalink
Dark mode
Browse files Browse the repository at this point in the history
some color changes
  • Loading branch information
mcankulpu authored Oct 19, 2023
1 parent 0116dc1 commit cc18e73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@media (prefers-color-scheme: light) {
:root {
--body-bg: #FFFFFF;
--body-color: #000000;
--body-color: #111111;
--box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
--stop: #f5f5f5;
}
Expand All @@ -26,6 +26,7 @@
--body-color: #d1d1d1;
--box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
--stop: #272727;
--li-color:#181818;
}
}
body {
Expand All @@ -52,6 +53,7 @@
font-weight: 600;
font-size: 14px;
border-radius: 10px;
background-color: var(--li-color);
box-shadow: var(--box-shadow);
margin: 10px;
cursor: pointer;
Expand Down

0 comments on commit cc18e73

Please sign in to comment.