Skip to content

Commit 397a3a4

Browse files
Update index.html
1 parent 2c8b10a commit 397a3a4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,11 @@
205205
}
206206
.hero-container {
207207
padding-top: 0 !important;
208-
background-color: var(--dl-color-scheme-green80);
208+
background-image: url('https://github.com/mathpathconsole/mathpathconsole.github.io/blob/main/Stars%20sign.jpg?raw=true'); /* sos wallpaper here */
209+
background-size: cover;
210+
background-position: center;
211+
background-repeat: no-repeat;
212+
background-color: transparent; /* no color */
209213
}
210214
.bg-transparent {
211215
background-color: transparent;

0 commit comments

Comments
 (0)