#4 Changed light colour theme in favour of a cold blue theme

This commit is contained in:
2025-03-06 14:24:24 +00:00
parent f33456bae3
commit f7e3acf384
6 changed files with 28 additions and 37 deletions

View File

@ -45,12 +45,12 @@
.slider {
position: absolute;
cursor: pointer;
background-color: var(--bg-grad-4);
background-color: var(--accent);
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
background-color: var(--accent);
-webkit-transition: .4s;
transition: .4s;
}
@ -62,17 +62,10 @@
width: 45%;
left: 4px;
bottom: 4px;
background-color: white;
background-color: var(--bg);
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: var(--bg-grad-1);
}
input:checked + .slider:before {
background: var(--bg);
}
input:checked + .slider:before {
-webkit-transform: translateX(1.625em);