fix merge conflict, minor change to film
This commit is contained in:
commit
5dab8dad1c
21 changed files with 399 additions and 75 deletions
|
|
@ -19,11 +19,14 @@
|
|||
//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%;
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #ddd;
|
||||
font-family: "noto_sans", sans-serif;
|
||||
font-size: 20px;
|
||||
overflow-x: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue