From 664f2e4693cc43add764280619a4beb3fc5c7d28 Mon Sep 17 00:00:00 2001 From: marc Date: Sun, 28 Sep 2025 17:51:48 +0200 Subject: [PATCH] Canvi de color --- folkugat_web/assets/static/css/main.css | 9 +++++++-- .../assets/templates/fragments/temes/result.html | 2 +- tailwind.config.js | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/folkugat_web/assets/static/css/main.css b/folkugat_web/assets/static/css/main.css index 1c35d1b..248d151 100644 --- a/folkugat_web/assets/static/css/main.css +++ b/folkugat_web/assets/static/css/main.css @@ -921,7 +921,7 @@ video { .bg-brown { --tw-bg-opacity: 1; - background-color: rgb(62 56 52 / var(--tw-bg-opacity, 1)); + background-color: rgb(76 16 30 / var(--tw-bg-opacity, 1)); } .bg-white { @@ -1037,9 +1037,14 @@ video { color: rgb(178 124 9 / var(--tw-text-opacity, 1)); } +.text-black { + --tw-text-opacity: 1; + color: rgb(0 0 0 / var(--tw-text-opacity, 1)); +} + .text-brown { --tw-text-opacity: 1; - color: rgb(62 56 52 / var(--tw-text-opacity, 1)); + color: rgb(76 16 30 / var(--tw-text-opacity, 1)); } .text-red-400 { diff --git a/folkugat_web/assets/templates/fragments/temes/result.html b/folkugat_web/assets/templates/fragments/temes/result.html index 1741c40..3e6386f 100644 --- a/folkugat_web/assets/templates/fragments/temes/result.html +++ b/folkugat_web/assets/templates/fragments/temes/result.html @@ -2,7 +2,7 @@ items-center m-4 rounded-lg bg-white"> -
+
{{ tema.title }} diff --git a/tailwind.config.js b/tailwind.config.js index b694b00..531b1f3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -7,7 +7,7 @@ module.exports = { sans: ['Inter', 'sans-serif'], }, colors: { - 'brown': '#3e3834', + 'brown': '#4c101e', 'beige': '#b27c09', }, animation: {