We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5450ab commit 1ab75f8Copy full SHA for 1ab75f8
1 file changed
index.css
@@ -58,13 +58,13 @@ body {
58
59
.darkmode-toggle {
60
background: #100f2c;
61
- width: 3rem;
62
- height: 3rem;
+ width: 2.7rem;
+ height: 2.7rem;
63
position: fixed;
64
border-radius: 50%;
65
border: 2px solid rgb(236, 236, 243);
66
left: 70.2rem;
67
- top: 30px;
+ top: 26px;
68
cursor: pointer;
69
transition: all 0.5s ease;
70
display: flex;
0 commit comments