Spaces:
Running
Running
Sebastiankay
commited on
Commit
·
9fc1239
1
Parent(s):
30430b0
8. Sept. 2024, 06:05
Browse files- _res/_custom.js +1 -1
_res/_custom.js
CHANGED
@@ -30,7 +30,7 @@ function gradioColorChange() {
|
|
30 |
//document.querySelector("body").style.setProperty("--primary-700", document.querySelector("#dominant_image_color > label > textarea").value)
|
31 |
})
|
32 |
|
33 |
-
document.querySelector("body").style.setProperty("--primary-700", "rgb(
|
34 |
document.querySelector("body").style.setProperty("--primary-50", "color-mix(in srgb, var(--primary-700) 5%, white)")
|
35 |
document.querySelector("body").style.setProperty("--primary-100", "color-mix(in srgb, var(--primary-700) 10%, white)")
|
36 |
document.querySelector("body").style.setProperty("--primary-200", "color-mix(in srgb, var(--primary-700) 20%, white)")
|
|
|
30 |
//document.querySelector("body").style.setProperty("--primary-700", document.querySelector("#dominant_image_color > label > textarea").value)
|
31 |
})
|
32 |
|
33 |
+
document.querySelector("body").style.setProperty("--primary-700", "rgb(250, 179, 135)")
|
34 |
document.querySelector("body").style.setProperty("--primary-50", "color-mix(in srgb, var(--primary-700) 5%, white)")
|
35 |
document.querySelector("body").style.setProperty("--primary-100", "color-mix(in srgb, var(--primary-700) 10%, white)")
|
36 |
document.querySelector("body").style.setProperty("--primary-200", "color-mix(in srgb, var(--primary-700) 20%, white)")
|