add back templates for index/about, move background animation into class, use clip color for assembly background

This commit is contained in:
j 2021-10-21 16:24:26 +01:00
commit 43e952c27d
13 changed files with 301 additions and 57 deletions

View file

@ -19,10 +19,13 @@
color: #000;
}
}
body {
body.animated {
background: linear-gradient(to right, var(--bg-color-1), var(--bg-color-2) , var(--bg-color-3), var(--bg-color-4));
animation: background_animation 60s ease-in-out infinite;
background-size: 400% 100%;
}
body {
color: #ddd;
font-family: "noto_sans", sans-serif;
font-size: 20px;