css styles changed to tailwind

This commit is contained in:
Owen Rees
2023-06-15 22:41:13 +02:00
parent acad507928
commit 9d2fa1071b
9 changed files with 31 additions and 79 deletions
-30
View File
@@ -25,33 +25,3 @@ body {
)
rgb(var(--background-start-rgb));
}
.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;
}