From 77f020ae13f84b71b1745f3cee716dc3e26faf58 Mon Sep 17 00:00:00 2001 From: Boris Waaub Date: Wed, 11 Feb 2026 20:09:11 +0100 Subject: [PATCH] Update theme and styles - Updated the footer layout in `footer.html` to streamline the structure and improve readability. - Added new CSS classes for brightness and invert filters in `style.css` to enhance image visibility. - Modified the CSS source map in `custom.css.map` for better debugging. - Changed theme name in `theme.toml` from "Hugo Saasify" to "Theme Chill" for branding consistency. --- assets/scss/custom.scss | 2 +- hugo.toml | 2 +- static/css/custom.css | 641 ++++++++++-------- static/css/custom.css.map | 8 +- static/css/style.css | 10 + .../chill-theme/layouts/partials/footer.html | 195 +++--- themes/chill-theme/theme.toml | 2 +- 7 files changed, 486 insertions(+), 374 deletions(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index ed0de7e..0c9d3ff 100755 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -104,7 +104,7 @@ header.header { background-color: $bg-dark-blue; } footer.footer { - background-color: $chill-green; + background-color: $bg-dark-blue; } .chill-pres { diff --git a/hugo.toml b/hugo.toml index fdf9bb7..3f29aaa 100644 --- a/hugo.toml +++ b/hugo.toml @@ -72,7 +72,7 @@ pagination = { pagerSize = 6, path = "page" } [params] description = "Logiciel libre d'accompagnement social" author = "Champs-Libres" - logo = "/images/logo.png" # Path to your logo + logo = "/images/logo-darkmode.png" # Path to your logo customCSS = ["css/custom.css"] diff --git a/static/css/custom.css b/static/css/custom.css index aa5edf7..170aeda 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -1,296 +1,370 @@ .badge-generation-document { - --badge-color: #D50B51; } + --badge-color: #D50B51; +} .badge-rapport-rgpd { - --badge-color: #43B09B; } + --badge-color: #43B09B; +} .badge-rapports-statistiques { - --badge-color: #C9B99E; } + --badge-color: #C9B99E; +} .badge-suivi-accompagnements { - --badge-color: #EDC74B; } + --badge-color: #EDC74B; +} .badge-suivi-decisions { - --badge-color: #a0dcff; } + --badge-color: #a0dcff; +} .badge-suivi-usagers { - --badge-color: #333333; } + --badge-color: #333333; +} .badge-rendez-vous { - --badge-color: #0d242e; } + --badge-color: #0d242e; +} @font-face { - font-family: 'Lato', Arial; + font-family: "Lato", Arial; src: url("assets/fonts/Lato/Lato-Regular.ttf") format("truetype"); font-display: optional; font-weight: normal; - font-style: normal; } + font-style: normal; +} body { - font-family: 'Lato', sans-serif; } - body .highlight { - padding: .25rem; } - body .highlight-1 { - background-color: #43B09B; } - body .highlight-2 { - background-color: #D50B51; } - body .highlight-3 { - background-color: #EDC74B; } + font-family: "Lato", sans-serif; +} +body .highlight { + padding: 0.25rem; +} +body .highlight-1 { + background-color: #43B09B; +} +body .highlight-2 { + background-color: #D50B51; +} +body .highlight-3 { + background-color: #EDC74B; +} header.header { - background-color: #0d242e; } + background-color: #0d242e; +} footer.footer { - background-color: #43B09B; } + background-color: #0d242e; +} .chill-pres { - padding-top: 0rem; } + padding-top: 0rem; +} .navbar .btn-primary { background-color: #f46839; border: 1px solid #f46839; - color: white; } - .navbar .btn-primary:hover { - background-color: #E27A3E; - border: 1px solid #E27A3E; } + color: white; +} +.navbar .btn-primary:hover { + background-color: #E27A3E; + border: 1px solid #E27A3E; +} .navbar .lang-select { - color: white; } + color: white; +} section.hero { - background-color: #0d242e; } - section.hero h1 { - color: #43B09B; } + background-color: #0d242e; +} +section.hero h1 { + color: #43B09B; +} section.section-1 { background-color: white; - padding-top: 10rem; } - section.section-1 li { - font-weight: 600; } + padding-top: 10rem; +} +section.section-1 li { + font-weight: 600; +} +section.section-2 .container { + color: #0d242e; + text-align: center; + margin-top: 4rem; +} +section.section-2 .container h2 { + line-height: 3.5rem; +} section.section-2 { - background: #e9e3d8; - background: linear-gradient(180deg, #e9e3d8 0%, #efefef 100%); } - section.section-2 .container { - color: #0d242e; - text-align: center; - margin-top: 4rem; } - section.section-2 .container h2 { - line-height: 3.5rem; } + background: rgb(233, 227, 216); + background: linear-gradient(180deg, rgb(233, 227, 216) 0%, rgb(239, 239, 239) 100%); +} section.section-3 { - background: #efefef; - background: linear-gradient(180deg, #efefef 0%, white 100%); } - section.section-3 h2 { - position: relative; - z-index: 1; } - section.section-3 h2:before { - content: ''; - position: absolute; - width: 70px; - height: 70px; - left: -10%; - top: -30%; - margin-left: -35px; - background-color: #f46839; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); - z-index: 0; - border-radius: 50px; } + background: rgb(239, 239, 239); + background: linear-gradient(180deg, rgb(239, 239, 239) 0%, rgb(255, 255, 255) 100%); +} +section.section-3 h2 { + position: relative; + z-index: 1; +} +section.section-3 h2:before { + content: ""; + position: absolute; + width: 70px; + height: 70px; + left: -10%; + top: -30%; + margin-left: -35px; + background-color: #f46839; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); + z-index: 0; + border-radius: 50px; +} section.section-4 { position: relative; - background-color: white; } - section.section-4 .row { - padding-bottom: 5rem; } - section.section-4 h4 { - font-weight: bold; - height: 175px; - color: #0d242e; - border: 1px dashed #0d242e; - border-radius: 15px; - padding: 3rem; } - section.section-4 .btn-primary { - position: absolute; - top: 52%; - left: 28%; } + background-color: white; +} +section.section-4 .row { + padding-bottom: 5rem; +} +section.section-4 h4 { + font-weight: bold; + height: 175px; + color: #0d242e; + border: 1px dashed #0d242e; + border-radius: 15px; + padding: 3rem; +} +section.section-4 .btn-primary { + position: absolute; + top: 52%; + left: 28%; +} section.section-5 { - background-color: rgba(67, 176, 155, 0.5); } + background-color: rgba(67, 176, 155, 0.5); +} section.section-6 { background-color: #0d242e !important; background-repeat: repeat; background-position: top center; - background-image: url("/images/bg/pattern-1.png"); } + background-image: url("/images/bg/pattern-1.png"); +} section.section-7 h2 { position: relative; - z-index: 1; } - section.section-7 h2:before { - content: ''; - position: absolute; - width: 70px; - height: 70px; - left: -15%; - top: -30%; - margin-left: -35px; - background-color: #fcc958; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); - z-index: 0; - border-radius: 0; } + z-index: 1; +} +section.section-7 h2:before { + content: ""; + position: absolute; + width: 70px; + height: 70px; + left: -15%; + top: -30%; + margin-left: -35px; + background-color: #fcc958; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); + z-index: 0; + border-radius: 0; +} section h2.title { - color: #0d242e; } + color: #0d242e; +} section.big-text h2, section.big-text p, section.li-block h2, section.li-block p { width: fit-content; margin-left: auto; - margin-right: auto; } + margin-right: auto; +} section.big-text .container .row > div:last-child { width: 80%; - margin-left: 10%; } + margin-left: 10%; +} section.li-block .container .row > div:last-child { - width: 100%; } + width: 100%; +} section.li-block .container .row > div ul { - display: flex; } - section.li-block .container .row > div ul li { - flex: 1 0 0; - margin: 0.5em 2rem 0.5em 2rem; - padding: 2em 1em 1em 1em; - text-align: center; - border-radius: 20px; } - section.li-block .container .row > div ul li i:first-child { - display: none; } + display: flex; +} +section.li-block .container .row > div ul li i:first-child { + display: none; +} +section.li-block .container .row > div ul li { + flex: 1 0 0; + margin: 0.5em 2rem 0.5em 2rem; + padding: 2em 1em 1em 1em; + text-align: center; + border-radius: 20px; +} section.li-block.section-1 ul li { font-weight: 500; font-size: large; - position: relative; } - section.li-block.section-1 ul li:nth-child(1) { - position: relative; - z-index: 1; } - section.li-block.section-1 ul li:nth-child(1):before { - content: ''; - position: absolute; - width: 100px; - height: 100px; - left: 44%; - top: -60%; - margin-left: -35px; - background-color: #56c4aa; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); - z-index: 0; - border-radius: 0; } - section.li-block.section-1 ul li:nth-child(2) { - position: relative; - z-index: 1; } - section.li-block.section-1 ul li:nth-child(2):before { - content: ''; - position: absolute; - width: 100px; - height: 100px; - left: 44%; - top: -60%; - margin-left: -35px; - background-color: #f0384d; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); - z-index: 0; - border-radius: 50px; } - section.li-block.section-1 ul li:nth-child(3) { - position: relative; - z-index: 1; } - section.li-block.section-1 ul li:nth-child(3):before { - content: ''; - position: absolute; - width: 100px; - height: 100px; - left: 44%; - top: -60%; - margin-left: -35px; - background-color: #E27A3E; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); - z-index: 0; - border-radius: 0; } - section.li-block.section-1 ul li:nth-child(4) { - position: relative; - z-index: 1; } - section.li-block.section-1 ul li:nth-child(4):before { - content: ''; - position: absolute; - width: 100px; - height: 100px; - left: 44%; - top: -60%; - margin-left: -35px; - background-color: #fcc958; - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); - z-index: 0; - border-radius: 50px; } + position: relative; +} +section.li-block.section-1 ul li:nth-child(1) { + position: relative; + z-index: 1; +} +section.li-block.section-1 ul li:nth-child(1):before { + content: ""; + position: absolute; + width: 100px; + height: 100px; + left: 44%; + top: -60%; + margin-left: -35px; + background-color: #56c4aa; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); + z-index: 0; + border-radius: 0; +} +section.li-block.section-1 ul li:nth-child(2) { + position: relative; + z-index: 1; +} +section.li-block.section-1 ul li:nth-child(2):before { + content: ""; + position: absolute; + width: 100px; + height: 100px; + left: 44%; + top: -60%; + margin-left: -35px; + background-color: #f0384d; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); + z-index: 0; + border-radius: 50px; +} +section.li-block.section-1 ul li:nth-child(3) { + position: relative; + z-index: 1; +} +section.li-block.section-1 ul li:nth-child(3):before { + content: ""; + position: absolute; + width: 100px; + height: 100px; + left: 44%; + top: -60%; + margin-left: -35px; + background-color: #E27A3E; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); + z-index: 0; + border-radius: 0; +} +section.li-block.section-1 ul li:nth-child(4) { + position: relative; + z-index: 1; +} +section.li-block.section-1 ul li:nth-child(4):before { + content: ""; + position: absolute; + width: 100px; + height: 100px; + left: 44%; + top: -60%; + margin-left: -35px; + background-color: #fcc958; + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); + z-index: 0; + border-radius: 50px; +} section.li-block.section-5 .container .row p { - margin-bottom: 5rem; } + margin-bottom: 5rem; +} section.li-block.section-5 .container .row ul li { border-radius: 1em; background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(20px); width: 400px; height: 180px; - padding: .85rem; + padding: 0.85rem; position: relative; z-index: 0; overflow: hidden; - transition: 0.6s ease-in; } - section.li-block.section-5 .container .row ul li::before { - content: ""; - position: absolute; - z-index: -1; - top: -15px; - right: -15px; - height: 220px; - width: 25px; - border-radius: 32px; - transform: scale(1); - transform-origin: 50% 50%; - transition: transform 0.25s ease-out; } - section.li-block.section-5 .container .row ul li:nth-child(1)::before { - background-color: rgba(240, 56, 77, 0.85); } - section.li-block.section-5 .container .row ul li:nth-child(2)::before { - background-color: rgba(232, 148, 99, 0.85); } - section.li-block.section-5 .container .row ul li:nth-child(3)::before { - background-color: rgba(67, 178, 157, 0.85); } - section.li-block.section-5 .container .row ul li:nth-child(4)::before { - background-color: #f1d275; } - section.li-block.section-5 .container .row ul li:hover::before { - transition-delay: 0.2s; - transform: scale(40); } - section.li-block.section-5 .container .row ul li:hover { - color: #ffffff; } - section.li-block.section-5 .container .row ul li:hover h5 { - color: #EBEBEB; } - section.li-block.section-5 .container .row ul li h5 { - color: #0d242e; - font-weight: bold; } + transition: 0.6s ease-in; +} +section.li-block.section-5 .container .row ul li::before { + content: ""; + position: absolute; + z-index: -1; + top: -15px; + right: -15px; + height: 220px; + width: 25px; + border-radius: 32px; + transform: scale(1); + transform-origin: 50% 50%; + transition: transform 0.25s ease-out; +} +section.li-block.section-5 .container .row ul li:nth-child(1)::before { + background-color: rgba(240, 56, 77, 0.85); +} +section.li-block.section-5 .container .row ul li:nth-child(2)::before { + background-color: rgba(232, 148, 99, 0.85); +} +section.li-block.section-5 .container .row ul li:nth-child(3)::before { + background-color: rgba(67, 178, 157, 0.85); +} +section.li-block.section-5 .container .row ul li:nth-child(4)::before { + background-color: rgb(241, 210, 117); +} +section.li-block.section-5 .container .row ul li:hover::before { + transition-delay: 0.2s; + transform: scale(40); +} +section.li-block.section-5 .container .row ul li:hover { + color: #ffffff; +} +section.li-block.section-5 .container .row ul li:hover h5 { + color: #EBEBEB; +} +section.li-block.section-5 .container .row ul li h5 { + color: #0d242e; + font-weight: bold; +} section.li-block a.btn-chill { - background-color: #fc3636; } + background-color: #fc3636; +} .download { margin-right: auto; margin-left: auto; - display: block; } - .download a { - text-decoration: none; - padding: .5rem; } + display: block; +} +.download a { + text-decoration: none; + padding: 0.5rem; +} section.dark p { color: white; - font-weight: bolder; } + font-weight: bolder; +} .hop { - color: red; } + color: red; +} .content-subtitle { text-transform: uppercase; - padding-left: 2rem; } + padding-left: 2rem; +} .bord-1 { - border-left: 4px solid #E27A3E; } + border-left: 4px solid #E27A3E; +} .bord-2 { - border-left: 4px solid #C9B99E; } + border-left: 4px solid #C9B99E; +} .bord-3 { - border-left: 4px solid #EDC74B; } + border-left: 4px solid #EDC74B; +} .bord-4 { - border-left: 4px solid #43B09B; } + border-left: 4px solid #43B09B; +} .chapo { font-size: large; @@ -299,105 +373,144 @@ section.dark p { padding-bottom: 2rem; font-style: italic; position: relative; - margin-bottom: 5rem; } - .chapo::after { - content: ''; - position: absolute; - left: 0; - right: 0; - top: 100%; - margin: 10px auto; - width: 15%; - height: 6px; - background: #DE4849; } + margin-bottom: 5rem; +} +.chapo::after { + content: ""; + position: absolute; + left: 0; + right: 0; + top: 100%; + margin: 10px auto; + width: 15%; + height: 6px; + background: #DE4849; +} figure.image { display: flex; - flex-direction: column; } - figure.image.left { - float: left; - margin-right: 1.5em; } - figure.image.right { - float: right; - margin-left: 1.5em; } - figure.image.center { - display: flex; - justify-content: center; - align-items: center; } - figure.image img { - margin-bottom: 0; } - + flex-direction: column; +} +figure.image.left { + float: left; + margin-right: 1.5em; +} +figure.image.right { + float: right; + margin-left: 1.5em; +} +figure.image.center { + display: flex; + justify-content: center; + align-items: center; +} +figure.image img { + margin-bottom: 0; +} .text-brochure { - text-align: center; } + text-align: center; +} @media screen and (max-width: 1279px) { section.li-block.section-5 .container .row ul { - flex-wrap: wrap; } + flex-wrap: wrap; + } section.li-block.section-5 .container .row ul li { - flex: 30%; } } + flex: 30%; + } +} @media screen and (max-width: 1023px) { section.section-4 h4 { - height: 224px; } + height: 224px; + } section.section-4 .btn-primary { - top: 56%; } - + top: 56%; + } section.li-block.section-5 .container .row ul { - flex-wrap: wrap; } + flex-wrap: wrap; + } section.li-block.section-5 .container .row ul li { - flex: 50%; } } + flex: 50%; + } +} @media screen and (max-width: 767px) { section.hero { - height: 110vh; } + height: 110vh; + } section.section-3 h2:before { top: -70%; left: 5%; - z-index: -1; } + z-index: -1; + } section.section-4 h4 { - height: 280px; } + height: 280px; + } section.section-4 .btn-primary { - top: 64%; } - + top: 64%; + } section.li-block .container .row > div ul { - flex-direction: column; } - section.li-block .container .row > div ul li { - margin-bottom: 4rem; } + flex-direction: column; + } + section.li-block .container .row > div ul li { + margin-bottom: 4rem; + } section.li-block.section-1 ul li:nth-child(1) { - top: -66%; } + top: -66%; + } section.li-block.section-1 ul li:nth-child(2) { - top: -66%; } + top: -66%; + } section.li-block.section-1 ul li:nth-child(3):before { - top: -85%; } + top: -85%; + } section.li-block.section-1 ul li:nth-child(4):before { - top: -85%; } + top: -85%; + } section.li-block.section-5 .container .row ul { - flex-wrap: wrap; } + flex-wrap: wrap; + } section.li-block.section-5 .container .row ul li { - flex: 50%; } } + flex: 50%; + } +} @media screen and (max-width: 513px) { section.hero { - height: 120vh; } + height: 120vh; + } section.section-4 h4 { - font-size: 1.1rem; } + font-size: 1.1rem; + } section.section-4 .btn-primary { - top: 64%; } + top: 64%; + } section.section-5 .container .row ul li { - width: 350px; } } + width: 350px; + } +} @media screen and (max-width: 470px) { section.section-4 h4 { - height: 280px; } + height: 280px; + } section.section-4 .btn-primary { - top: 64%; } - + top: 64%; + } section.li-block.section-1 ul li:nth-child(3):before { - top: -70%; } + top: -70%; + } section.li-block.section-1 ul li:nth-child(4):before { - top: -70%; } + top: -70%; + } section.li-block.section-5 .container .row ul { - flex-wrap: wrap; } + flex-wrap: wrap; + } section.li-block.section-5 .container .row ul li { - width: 350px; } } + width: 350px; + } +} @media screen and (max-width: 420px) { section.li-block.section-5 .container .row ul li { - width: 300px; } } + width: 300px; + } +} /*# sourceMappingURL=custom.css.map */ diff --git a/static/css/custom.css.map b/static/css/custom.css.map index 005b275..2c6f687 100644 --- a/static/css/custom.css.map +++ b/static/css/custom.css.map @@ -1,7 +1 @@ -{ -"version": 3, -"mappings": "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", -"sources": ["../../assets/scss/custom.scss"], -"names": [], -"file": "custom.css" -} \ No newline at end of file +{"version":3,"sourceRoot":"","sources":["../../assets/scss/custom.scss"],"names":[],"mappings":"AAcA;EAA+B;;;AAC/B;EAAuB;;;AACvB;EAA+B;;;AAC/B;EAA+B;;;AAC/B;EAA2B;;;AAC3B;EAAsB;;;AACtB;EAAoB;;;AAUpB;EACE;EACA;EACA;EACA;EACA;;AAkDF;EACE;;AACA;EACE;;AAEF;EACE,kBAvFU;;AAyFZ;EACE,kBApFS;;AAsFX;EACE,kBA5FW;;;AAiGf;EACI,kBAhFW;;;AAkFf;EACI,kBAnFW;;;AAsFf;EACE;;;AAIA;EACE,kBA1FK;EA2FL;EACA;;AACA;EACE,kBAjHS;EAkHT;;AAGJ;EACE;;;AAKA;EACE,kBA3GS;;AA4GT;EAAK,OA/HG;;AAiIV;EACE;EACE;;AACA;EAAK;;AAGP;EACE,OArHO;EAsHP;EACA;;AACA;EACE;;AANN;EASE;EACA;;AAEF;EACE;EACA;;AACE;EA1FJ;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,MAoF+D;EAnF/D,KAmFyD;EAlFzD;EACA,kBAhDC;EAiDD;EACA;EAEI;;AAgFR;EACE;EACA;;AACA;EACE;;AAEF;EACE;EACA;EACA,OA/IO;EAgJP;EACA;EACA;;AAEF;EACE;EACA;EACA;;AAGJ;EACI;;AAEJ;EACI;EA7IJ;EACA;EACA;;AA+II;EA1HJ;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,MAoH+D;EAnH/D,KAmHyD;EAlHzD;EACA,kBA7CC;EA8CD;EACA;EAKI;;;AAgHR;EACE,OA1KS;;AA+KP;EACI;EACA;EACA;;AAMI;EACI;EACA;;AASJ;EACI;;AAEJ;EACI;;AAEI;EACI;;AAFR;EAII;EACA;EACA;EACA;EACA;;AAOZ;EACI;EACA;EACA;;AACF;EAnLV;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,MARoF;EASpF,KATmE;EAUnE;EACA,kBA/CK;EAgDL;EACA;EAKI;;AAqKI;EAtLZ;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,MARoF;EASpF,KATmE;EAUnE;EACA,kBA9CF;EA+CE;EACA;EAEI;;AA2KI;EAzLZ;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,MARoF;EASpF,KATmE;EAUnE;EACA,kBAnEO;EAoEP;EACA;EAKI;;AA2KI;EA5LZ;EACA;;AACA;EACI;EACA;EACA;EACA;EACA,MARoF;EASpF,KATmE;EAUnE;EACA,kBA7CC;EA8CD;EACA;EAEI;;AAsLA;EACE;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;;AAEF;EACE;EACA;;AAEF;EACE;;AACA;EACE,OAzSA;;AA4SJ;EACE,OA9RD;EA+RC;;AAMV;EACE;;;AAMR;EACE;EACA;EACA;;AACA;EACE;EACA;;;AAMA;EACI;EACA;;;AAIR;EACI;;;AAMA;EACE;EACA;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAIN;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EAAQ;EACR;EACA;EACA;EACA;EACA,YAvXM;;;AA2XZ;EAGI;EACA;;AACA;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;;AAKR;EACE;;;AAKF;EAKU;IACE;;EAEF;IACE;;;AAQZ;EAGM;IACE;;EAEF;IACE;;EASE;IACE;;EAEF;IACE;;;AAQZ;EAEI;IACE;;EAGA;IACE;IACA;IACA;;EAIF;IACE;;EAEF;IACE;;EASE;IACE;;EACA;IACE;;EAQJ;IACE;;EAEF;IACE;;EAEF;IACE;;EAEF;IACE;;EAMF;IACE;;EAEF;IACE;;;AAQZ;EAEI;IACE;;EAGA;IACE;;EAEF;IACE;;EAKA;IACE;;;AAOV;EAGM;IACE;;EAEF;IACE;;EASE;IACE;;EAEF;IACE;;EAOF;IACE;;EAEF;IACE;;;AAQZ;EAKU;IACE","file":"custom.css"} \ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css index 2174ff8..f8d2206 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -3388,11 +3388,21 @@ body { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } +.brightness-0 { + --tw-brightness: brightness(0); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + .grayscale { --tw-grayscale: grayscale(100%); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } +.invert { + --tw-invert: invert(100%); + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + .filter { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } diff --git a/themes/chill-theme/layouts/partials/footer.html b/themes/chill-theme/layouts/partials/footer.html index 04166bb..91da4ba 100644 --- a/themes/chill-theme/layouts/partials/footer.html +++ b/themes/chill-theme/layouts/partials/footer.html @@ -1,7 +1,7 @@