Skip to content

Commit 04ca6c2

Browse files
style: change text color and add repo info
1 parent 1c6ce35 commit 04ca6c2

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

docs/css/theme-custom.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
--md-accent-fg-color--transparent: rgb(227 66 52 / 0.14);
1313
--md-accent-bg-color: #ffffff;
1414
--md-accent-bg-color--light: rgb(255 255 255 / 0.7);
15+
--md-default-fg-color: hsla(0, 0%, 100%, .80);
1516
}
1617

1718
body,

zensical.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
site_name = "Apocryphal Frontier"
33
site_description = "System Reference Document for Apocryphal Frontier"
44
site_url = "https://srd.apocryphalfrontier.com"
5+
repo_url = "https://github.com/The-Chaos-Consortium/apocryphal-frontier"
6+
repo_name = "The-Chaos-Consortium/apocryphal-frontier"
57
docs_dir = "docs"
68
site_dir = "site"
79
copyright = "Copyright © 2026 The Chaos Consortium & A.T. Gomez. Licensed under CC-BY-SA 4.0. Apocryphal Frontier™ is a trademark of The Chaos Consortium."
@@ -61,7 +63,3 @@ alternate_style = true
6163
custom_checkbox = true
6264
[project.markdown_extensions.toc]
6365
permalink = true
64-
65-
# Zensical's current docs don't expose TOML settings for the previous MkDocs
66-
# search separator override or the older search.share/search.suggest flags, so
67-
# they're intentionally omitted here rather than guessed.

0 commit comments

Comments
 (0)