Canvi de color

This commit is contained in:
marc
2025-09-28 17:51:48 +02:00
parent 8cdb9340fd
commit 664f2e4693
3 changed files with 9 additions and 4 deletions

View File

@@ -921,7 +921,7 @@ video {
.bg-brown { .bg-brown {
--tw-bg-opacity: 1; --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 { .bg-white {
@@ -1037,9 +1037,14 @@ video {
color: rgb(178 124 9 / var(--tw-text-opacity, 1)); 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 { .text-brown {
--tw-text-opacity: 1; --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 { .text-red-400 {

View File

@@ -2,7 +2,7 @@
items-center items-center
m-4 rounded-lg m-4 rounded-lg
bg-white"> bg-white">
<div class="py-2 px-4 text-brown font-bold"> <div class="py-2 px-4 text-black font-bold">
<a href="/tema/{{ tema.id }}"> <a href="/tema/{{ tema.id }}">
{{ tema.title }} {{ tema.title }}
</a> </a>

View File

@@ -7,7 +7,7 @@ module.exports = {
sans: ['Inter', 'sans-serif'], sans: ['Inter', 'sans-serif'],
}, },
colors: { colors: {
'brown': '#3e3834', 'brown': '#4c101e',
'beige': '#b27c09', 'beige': '#b27c09',
}, },
animation: { animation: {