home
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-01-27 22:24:47 +01:00
parent 951de348b8
commit d3c5e5c39d
10 changed files with 166 additions and 80 deletions

View file

@ -48,7 +48,7 @@ img{
// }
}
.swiper-button-next, .swiper-button-prev,
body, #site-header, #site-footer{
transition: background-color 0.3s ease, color 0.3s ease;
}

View file

@ -44,6 +44,7 @@
--grey-400: #969696;
--grey-600: #6d6d6d;
--grey-800: #383838;
--grey-950: #222222;
--color-bg: #161616;
--color-txt: #ffffff;
@ -99,12 +100,13 @@
:root[data-theme="light"] {
--grey-100: #1f1f1f;
--grey-100: #2f2f2f;
--grey-200: #2f2f2f;
--grey-300: #4a4a4a;
--grey-400: #6a6a6a;
--grey-600: #9a9a9a;
--grey-800: #cfcfcf;
--grey-950: #eaeaea;
--color-bg: #efefef;
--color-txt: #161616;