13 lines
184 B
TOML
13 lines
184 B
TOML
[theme]
|
|
inherit = "basic"
|
|
stylesheets = [
|
|
"bizstyle.css",
|
|
]
|
|
pygments_style = { default = "friendly" }
|
|
|
|
[options]
|
|
rightsidebar = "false"
|
|
sidebarwidth = "210"
|
|
|
|
maincolor = "#336699"
|