From 6aad7a069ef80527139d22bf37b269112867ee7c Mon Sep 17 00:00:00 2001 From: marc Date: Sun, 27 Jul 2025 20:59:06 +0200 Subject: [PATCH] Reestablish brown --- folkugat_web/assets/static/css/main.css | 6 +++--- tailwind.config.js | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/folkugat_web/assets/static/css/main.css b/folkugat_web/assets/static/css/main.css index 9f250cf..1c35d1b 100644 --- a/folkugat_web/assets/static/css/main.css +++ b/folkugat_web/assets/static/css/main.css @@ -154,7 +154,7 @@ html, -o-tab-size: 4; tab-size: 4; /* 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 */ font-feature-settings: normal; /* 5 */ @@ -921,7 +921,7 @@ video { .bg-brown { --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 { @@ -1039,7 +1039,7 @@ video { .text-brown { --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 { diff --git a/tailwind.config.js b/tailwind.config.js index 793513b..b694b00 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,8 +3,11 @@ module.exports = { content: ["./folkugat_web/assets/templates/**/*.{html, jinja}"], theme: { extend: { + fontFamily: { + sans: ['Inter', 'sans-serif'], + }, colors: { - 'brown': '#4f0528', + 'brown': '#3e3834', 'beige': '#b27c09', }, animation: {