Compare commits
3 Commits
35fc0b2172
...
7ccc036b2d
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ccc036b2d | |||
| 10df44f0b0 | |||
| c17655df5c |
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: 156 KiB After Width: | Height: | Size: 178 KiB |
@ -181,28 +181,34 @@
|
||||
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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user