Compare commits

..

No commits in common. "10df44f0b01c2628d6e0b87e1913e32c7c6298b1" and "35fc0b217241eba06d7d37637e68c5876a3e941b" have entirely different histories.

3 changed files with 1425 additions and 1284 deletions

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 433 KiB

After

Width:  |  Height:  |  Size: 433 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 156 KiB

View File

@ -181,34 +181,28 @@
background-image: url("/background/mountains/0_gluttony.svg");
height: 181px;
top: 285px;
animation: thunder_hue 12s linear infinite;
pointer-events: none;
&.mountains0 {
background-image: url("/background/mountains/0_gluttony.svg");
filter: saturate(2) contrast(1.2);
}
&.mountains1 {
background-image: url("/background/mountains/1_sloth.svg");
filter: contrast(1.2);
}
&.mountains2 {
background-image: url("/background/mountains/2_lust.svg");
filter: contrast(1.1) hue-rotate(260deg);
}
&.mountains3 {
background-image: url("/background/mountains/3_wrath.svg");
filter: contrast(1.2);
}
&.mountains4 {
background-image: url("/background/mountains/4_envy.svg");
filter: saturate(1.5) contrast(1.4);
}
&.mountains5 {
background-image: url("/background/mountains/5_pride.svg");
filter: contrast(1.2);
}
&.mountains6 {
background-image: url("/background/mountains/6_greed.svg");
filter: contrast(1.2);
}
}
.village {