Prettify all files

This commit is contained in:
Timothy Armes
2023-07-17 11:49:07 +02:00
parent 95118b32e2
commit d3afc1d1f4
34 changed files with 152 additions and 135 deletions
+8 -8
View File
@@ -1,31 +1,31 @@
.marker-cluster-Classic {
background-color: rgba(145, 231, 135, 0.6);
background-color: rgba(145, 231, 135, 0.6);
}
.marker-cluster-Classic div {
background-color: rgba(36, 171, 33, 0.6)
background-color: rgba(36, 171, 33, 0.6);
}
.marker-cluster-Rapid {
background-color: rgba(85, 150, 201, 0.6)
background-color: rgba(85, 150, 201, 0.6);
}
.marker-cluster-Rapid div {
background-color: rgba(39, 128, 201, 0.6)
background-color: rgba(39, 128, 201, 0.6);
}
.marker-cluster-Blitz {
background-color: rgba(217, 211, 84, 0.6);
background-color: rgba(217, 211, 84, 0.6);
}
.marker-cluster-Blitz div {
background-color: rgba(202, 196, 39, 0.6)
background-color: rgba(202, 196, 39, 0.6);
}
.marker-cluster-Other {
background-color: rgba(211, 67, 84, 0.6);
background-color: rgba(211, 67, 84, 0.6);
}
.marker-cluster-Other div {
background-color: rgba(203, 41, 60, 0.6);
background-color: rgba(203, 41, 60, 0.6);
}
+23 -23
View File
@@ -1,30 +1,30 @@
.toggle {
height: 2em;
width: 3em;
border-radius: 50px;
margin: auto;
background-image: linear-gradient(aqua, skyblue);
position: relative;
cursor: pointer;
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;
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 {
margin-left: 0.2em;
height: 2em;
width: 1.2em;
color: yellow;
}
.theme-icon-dark{
height: 2em;
width: 1.2em;
margin-left: auto;
.theme-icon-dark {
height: 2em;
width: 1.2em;
margin-left: auto;
}