Improve styling + fix edit this page links.
This commit is contained in:
parent
db789910d2
commit
253d90cd04
@ -8,12 +8,12 @@ title = "Blastmud"
|
||||
unsafe = true
|
||||
|
||||
[params]
|
||||
BookTheme = 'light'
|
||||
BookTheme = 'dark'
|
||||
BookToC = true
|
||||
BookSection = 'none'
|
||||
BookRepo = 'https://git.blastmud.org/blasthavers/blastmud-site'
|
||||
BookCommitPath = 'commit'
|
||||
BookEditPath = '_edit/main/blastmud-site/hugo-static'
|
||||
BookEditPath = '_edit/main/hugo-static'
|
||||
BookDateFormat = 'January 2, 2006'
|
||||
BookSearch = true
|
||||
BookComments = true
|
||||
|
5
hugo-static/layouts/partials/docs/inject/head.html
Normal file
5
hugo-static/layouts/partials/docs/inject/head.html
Normal 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>
|
Loading…
Reference in New Issue
Block a user