jimmy/events (#6)

Co-authored-by: Jimmy Vargo <james@ayo.tokyo>
Reviewed-on: ayo/website#6
This commit is contained in:
corentin 2024-04-09 16:43:42 +09:00 committed by Corentin
commit e3ddda951f
76 changed files with 564 additions and 1 deletions

View file

@ -0,0 +1,14 @@
:root
{
--main-bg-color: #fff;
--main-fg-color: #53585e;
--strong-fg-color: #000;
--lighter-bg-color: #ededed;
--lighter-fg-color: #31363b;
--highlight-bg-color: #b0b0b0;
--highlight-fg-color: #21262b;
--dim-bg-color: rgba(0, 0, 0, 0.1);
--main-primary-color: hsl(213, 35%, 45%);
--light-primary-color: hsl(213, 35%, 65%);
}