Skip to content

Commit cbd39e7

Browse files
committed
Improving background image quality #37
Signed-off-by: Mārtiņš Avots <martins.avots@splitcells.net>
1 parent c5db2c9 commit cbd39e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • projects/net.splitcells.website.content.default/src/main/resources/html/net/splitcells/website/css

projects/net.splitcells.website.content.default/src/main/resources/html/net/splitcells/website/css/theme.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
*/
44
main {
55
background-size: 100%;
6-
background-image: linear-gradient(to bottom, var(--background-color-start), var(--background-color-end) 300em), url('/net/splitcells/website/images/white.background.blog.discovery.0.jpg');
6+
/* `2.jpg` is used, as this has a higher quality. */
7+
background-image: linear-gradient(to bottom, var(--background-color-start), var(--background-color-end) 300em), url('/net/splitcells/website/images/white.background.blog.discovery.2.jpg');
78
}

0 commit comments

Comments
 (0)