Improve styling + fix edit this page links.

This commit is contained in:
Condorra 2023-02-18 22:18:51 +11:00
parent db789910d2
commit 253d90cd04
2 changed files with 7 additions and 2 deletions

View File

@ -8,12 +8,12 @@ title = "Blastmud"
unsafe = true unsafe = true
[params] [params]
BookTheme = 'light' BookTheme = 'dark'
BookToC = true BookToC = true
BookSection = 'none' BookSection = 'none'
BookRepo = 'https://git.blastmud.org/blasthavers/blastmud-site' BookRepo = 'https://git.blastmud.org/blasthavers/blastmud-site'
BookCommitPath = 'commit' BookCommitPath = 'commit'
BookEditPath = '_edit/main/blastmud-site/hugo-static' BookEditPath = '_edit/main/hugo-static'
BookDateFormat = 'January 2, 2006' BookDateFormat = 'January 2, 2006'
BookSearch = true BookSearch = true
BookComments = true BookComments = true

View File

@ -0,0 +1,5 @@
<style>
body { background: fixed no-repeat center/cover black url(/background.jpeg) }
.container { background: rgba(0,0,0,0.7) }
.book-menu .book-menu-content { background: rgba(0,0,0,0.7) }
</style>