bigger planets for theme toggler

This commit is contained in:
yousifpa98
2024-12-22 00:27:15 +01:00
parent 53c1b3c98a
commit 38aeb57a9d

View File

@@ -10,7 +10,7 @@
.toggleIcon {
position: absolute;
width: 2rem;
width: 2.5rem;
height: auto;
}
@@ -42,7 +42,7 @@
/* Top corner */
.moon1 {
top: 10px;
top: 25px;
left: 50%;
transform: translateX(-50%);
}
@@ -50,14 +50,14 @@
/* Right corner */
.sun2 {
top: 50%;
right: 10px;
right: 25px;
transform: translateY(-50%);
fill: aqua;
}
/* Bottom corner */
.moon2 {
bottom: 10px;
bottom: 25px;
left: 50%;
transform: translateX(-50%);
}
@@ -65,6 +65,6 @@
/* Left corner */
.sun1 {
top: 50%;
left: 10px;
left: 25px;
transform: translateY(-50%);
}