Reestablish brown
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user