From db6648e7f95ca6e15ad398906b66f0ccfbdbdd16 Mon Sep 17 00:00:00 2001 From: Araozu Date: Fri, 10 Nov 2023 20:49:35 -0500 Subject: [PATCH] changes --- src/main/resources/frontend/main.css | 5 +- .../resources/frontend/tailwind.config.js | 7 ++ src/main/resources/static/index.html | 24 +++++- src/main/resources/static/main.css | 85 +++++++++++++++++++ 4 files changed, 117 insertions(+), 4 deletions(-) diff --git a/src/main/resources/frontend/main.css b/src/main/resources/frontend/main.css index 48dc013..a5e846c 100644 --- a/src/main/resources/frontend/main.css +++ b/src/main/resources/frontend/main.css @@ -4,7 +4,10 @@ /* Base variables */ :root { - + --chicha-green: #61f908; + --chicha-yellow: #ffff00; + --chicha-orange: #ffaa00; + --chicha-pink: #ff007a; } /* Dark theme by default */ diff --git a/src/main/resources/frontend/tailwind.config.js b/src/main/resources/frontend/tailwind.config.js index 9a91173..37e9f96 100644 --- a/src/main/resources/frontend/tailwind.config.js +++ b/src/main/resources/frontend/tailwind.config.js @@ -13,6 +13,13 @@ module.exports = { colors: { "c-bg": "var(--c-bg)", "c-on-bg": "var(--c-on-bg)", + "c-chicha-green": "var(--chicha-green)", + "c-chicha-pink": "var(--chicha-pink)", + "c-chicha-yellow": "var(--chicha-yellow)", + "c-chicha-orange": "var(--chicha-orange)", + }, + fontFamily: { + "chicha": ["Lobster", "sans-serif"], } }, plugins: [], diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index 1872c7b..d7f5609 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -9,12 +9,30 @@ + + + + -

- Jerguero D: -

+ + +