Skip to content

Commit 611d423

Browse files
committed
glt25: added background image
1 parent 982aed0 commit 611d423

File tree

2 files changed

+218
-1
lines changed

2 files changed

+218
-1
lines changed
Lines changed: 216 additions & 0 deletions
Loading

configs/conferences/glt25/main.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515

1616
@text-color: white;
1717
body {
18-
background-image: linear-gradient(to bottom right, #93bf88, #627f5b);
18+
background-image: url(bg-plain.svg), linear-gradient(to bottom right, #93bf88, #627f5b);
1919
background-size: cover;
2020
background-repeat: no-repeat;
21+
background-attachment: fixed;
2122
}
2223

2324
h1 { color: white; }

0 commit comments

Comments
 (0)