move ese year and color to global data file

This commit is contained in:
Lyn Fugmann 2024-09-26 18:23:45 +02:00
parent 324806b52f
commit 3f5b1988b8
7 changed files with 75 additions and 78 deletions

View file

@ -89,7 +89,7 @@ p {
font-size: 12px;
--page-width: 1280px;
--color-text: #495057;
--color-primary: {{ eseColor }};
--color-primary: {{ ese.color }};
--color-livestream-active: #fff;
--color-background-page: #fefefe;
--color-background-header: rgba(255,255,255,.92);