Skip to content

Commit

Permalink
fix landing background
Browse files Browse the repository at this point in the history
  • Loading branch information
ook37 committed Dec 3, 2023
1 parent d678cae commit 5bfa454
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
3 changes: 2 additions & 1 deletion landing/landing.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
body {
background: url('landing.svg') center center no-repeat;
font-family: 'Ubuntu', sans-serif;
color: var(--fg-color);
background-size: cover;
color: var(--fg-color);
}

h1 {
Expand Down
23 changes: 22 additions & 1 deletion landing/landing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5bfa454

Please sign in to comment.