Reestablish brown

This commit is contained in:
marc
2025-07-27 20:59:06 +02:00
parent 92032df7fd
commit 6aad7a069e
2 changed files with 7 additions and 4 deletions

View File

@@ -154,7 +154,7 @@ html,
-o-tab-size: 4; -o-tab-size: 4;
tab-size: 4; tab-size: 4;
/* 3 */ /* 3 */
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-family: Inter, sans-serif;
/* 4 */ /* 4 */
font-feature-settings: normal; font-feature-settings: normal;
/* 5 */ /* 5 */
@@ -921,7 +921,7 @@ video {
.bg-brown { .bg-brown {
--tw-bg-opacity: 1; --tw-bg-opacity: 1;
background-color: rgb(79 5 40 / var(--tw-bg-opacity, 1)); background-color: rgb(62 56 52 / var(--tw-bg-opacity, 1));
} }
.bg-white { .bg-white {
@@ -1039,7 +1039,7 @@ video {
.text-brown { .text-brown {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(79 5 40 / var(--tw-text-opacity, 1)); color: rgb(62 56 52 / var(--tw-text-opacity, 1));
} }
.text-red-400 { .text-red-400 {

View File

@@ -3,8 +3,11 @@ module.exports = {
content: ["./folkugat_web/assets/templates/**/*.{html, jinja}"], content: ["./folkugat_web/assets/templates/**/*.{html, jinja}"],
theme: { theme: {
extend: { extend: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
},
colors: { colors: {
'brown': '#4f0528', 'brown': '#3e3834',
'beige': '#b27c09', 'beige': '#b27c09',
}, },
animation: { animation: {