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
3 changed files with 6 additions and 1 deletions
+1 -1
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

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