Skip to content

Commit f1180f0

Browse files
committed
Fixed v1.3
1 parent 46fc9e4 commit f1180f0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

brands.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
cursor: pointer;
4242
font-family: "sottext", sans-serif !important;
4343
text-transform: uppercase;
44-
background: url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/turquoise-button-sprite.svg) 0 0/100% 100% no-repeat !important;
44+
background: url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/turquoise-button-sprite.svg#off) 0 0/100% 100% no-repeat !important;
4545
}
4646
}
4747

@@ -63,7 +63,7 @@
6363
cursor: pointer;
6464
font-family: "sottext", sans-serif !important;
6565
text-transform: uppercase;
66-
background: url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/turquoise-button-sprite.svg) 0 0/100% 100% no-repeat !important;
66+
background: url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/turquoise-button-sprite.svg#off) 0 0/100% 100% no-repeat !important;
6767
}
6868
}
6969

@@ -85,7 +85,7 @@
8585
cursor: pointer;
8686
font-family: "sottext", sans-serif !important;
8787
text-transform: uppercase;
88-
background: url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/turquoise-button-sprite.svg) 0 0/100% 100% no-repeat !important;
88+
background: url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/turquoise-button-sprite.svg#off) 0 0/100% 100% no-repeat !important;
8989
}
9090
}
9191
button:hover,

share.button.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
border-radius: 8px;
5656
cursor: pointer;
5757
color: #fff !important;
58-
background: url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/green-button-sprite.svg) 0 0/100% 100% no-repeat !important;
58+
background: url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/green-button-sprite.svg#off) 0 0/100% 100% no-repeat !important;
5959
}
6060
@media screen and (min-width: 600px) {
6161
.sharebutton,
@@ -74,7 +74,7 @@
7474
border-radius: 8px;
7575
cursor: pointer;
7676
color: #fff !important;
77-
background: url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/green-button-sprite.svg) 0 0/100% 100% no-repeat !important;
77+
background: url(https://raw.githubusercontent.com/JulianPrieber/SoT/main/green-button-sprite.svg#off) 0 0/100% 100% no-repeat !important;
7878
}
7979
}
8080
sharebutton:hover,

0 commit comments

Comments
 (0)