Skip to content

Commit ee6e425

Browse files
committed
darkmode
1 parent 3ae2372 commit ee6e425

File tree

36 files changed

+682
-419
lines changed

36 files changed

+682
-419
lines changed

README copy.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

public/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
<body>
2929
<noscript>You need to enable JavaScript to run this app.</noscript>
3030
<div id="root"></div>
31-
3231
</body>
3332

3433
</html>

public/jonBnW.png

567 KB
Loading

src/App.css

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,15 @@
33
:root
44
{
55
--primaryFont: 'Poppins', sans-serif;
6-
7-
--primary: #232526;
8-
--white: #ffffff;
96
}
107

118
.css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.Mui-checked, .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root.MuiCheckbox-indeterminate{
12-
color: #232526;
9+
/* color: #232526; */
1310
}
1411

1512
.DLSwitch{
16-
position: absolute;
17-
left: 50%;
18-
top: 5%;
13+
position: fixed;
14+
right: 1px;
15+
top: 1px;
1916
z-index:1000;
2017
}

0 commit comments

Comments
 (0)