diff --git a/docs/psidocs.css b/docs/psidocs.css new file mode 100644 index 0000000..d2550a3 --- /dev/null +++ b/docs/psidocs.css @@ -0,0 +1,4 @@ +:root { + --md-primary-fg-color: #000000; + --md-accent-fg-color: #7030A0 +} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index f84569f..81a536e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ # yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json site_name: QREF -site_description: Quantum Resource Estimation Format +site_description: Quantum Algorithms Represented Topologically site_author: PsiQuantum Corp. copyright: Copyright © 2023-2024 PsiQuantum Corp. repo_url: https://github.com/psiq/qref @@ -14,8 +14,13 @@ nav: - development.md theme: name: material + palette: + primary: custom + accent: custom features: - content.code.copy +extra_css: + - psidocs.css markdown_extensions: - admonition - attr_list