Remove dead code

This commit is contained in:
Timothy Armes
2023-10-11 08:38:44 +02:00
committed by Owen Rees
parent 94cea267c9
commit 2dc5f477c9
2 changed files with 0 additions and 60 deletions
-30
View File
@@ -1,30 +0,0 @@
.toggle {
height: 2em;
width: 3em;
border-radius: 50px;
margin: auto;
background-image: linear-gradient(aqua, skyblue);
position: relative;
cursor: pointer;
}
.toggle-dark {
height: 2em;
width: 3em;
border-radius: 50px;
margin: auto;
background-image: linear-gradient(midnightblue, rebeccapurple);
position: relative;
cursor: pointer;
}
.theme-icon {
margin-left: 0.2em;
height: 2em;
width: 1.2em;
color: yellow;
}
.theme-icon-dark {
height: 2em;
width: 1.2em;
margin-left: auto;
}