Introduce gold brand color

This commit is contained in:
Claudio Ortolina
2024-09-30 09:15:12 +01:00
parent ccd3dbfa74
commit 95a0a21877
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ let liveSocket = new LiveSocket("/live", Socket, {
}) })
// Show progress bar on live navigation and form submits // Show progress bar on live navigation and form submits
topbar.config({barColors: {0: "#29d"}, shadowColor: "rgba(0, 0, 0, .3)"}) topbar.config({barColors: {0: "#FD4F00"}, shadowColor: "rgba(0, 0, 0, .3)"})
window.addEventListener("phx:page-loading-start", _info => topbar.show(300)) window.addEventListener("phx:page-loading-start", _info => topbar.show(300))
window.addEventListener("phx:page-loading-stop", _info => topbar.hide()) window.addEventListener("phx:page-loading-stop", _info => topbar.hide())
+1 -1
View File
@@ -14,7 +14,7 @@ module.exports = {
theme: { theme: {
extend: { extend: {
colors: { colors: {
brand: "#FD4F00", brand: "#D4AF37",
} }
}, },
}, },