Merge pull request #247 from notyourav/mdx

css fix
This commit is contained in:
notyourav 2022-01-05 13:57:10 -08:00 committed by GitHub
commit c39ba8ba21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

2
.gitignore vendored
View File

@ -14,7 +14,7 @@ sound/songs/midi/*.s
translations/*.bin
# doxygen
docs/doxygen/
docs/doxygen/html/
# tools
tools/agbcc

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -0,0 +1,5 @@
body {
background-image: url("../beanstalk-bg.png");
background-attachment: fixed;
background-size: cover;
}