diff --git a/config/router.yml b/config/router.yml
index 6f374a7..624aa05 100644
--- a/config/router.yml
+++ b/config/router.yml
@@ -1,3 +1,3 @@
---
- base_url: /
+ base_url: /taxonpages/
hash_mode: false
\ No newline at end of file
diff --git a/config/style/theme.css b/config/style/theme.css
index 0e13edb..475fc5a 100644
--- a/config/style/theme.css
+++ b/config/style/theme.css
@@ -7,13 +7,13 @@
--color-base-foreground: 255, 255, 255;
--color-base-background: 245, 247, 251;
- --color-base-200: 226, 232, 240;
- --color-base-300: 203, 213, 225;
+ --color-base-muted: 226, 232, 240;
+ --color-base-border: 203, 213, 225;
--color-base-content: 0, 0, 0;
}
.dark {
- --color-primary: 14, 165, 233;
+ --color-primary: 23,23,23;
--color-primary-content: 255, 255, 255;
--color-secondary: 14, 165, 233;
@@ -21,7 +21,7 @@
--color-base-background: 23,23,23;
--color-base-foreground: 38,38,38;
- --color-base-200: 30, 41, 59;
- --color-base-300: 30, 41, 59;
+ --color-base-muted: 48, 48, 48;
+ --color-base-border: 38, 38, 38;
--color-base-content: 255, 255, 255;
}
diff --git a/pages/about.md b/pages/about.md
index c496e59..7102376 100644
--- a/pages/about.md
+++ b/pages/about.md
@@ -4,8 +4,6 @@ contact_email: user@example.com
copyright: All content is CC 0 so that it maybe be shared throughout the world in places like Wikipedia.
citation: Project collaborative. 2022. Website title. Available at https://example.com.
---
-
-
# {{frontmatter.title}}
@@ -36,6 +34,3 @@ Want to create your own site? This website is built completely on open-source so
## Copyright
_{{frontmatter.copyright}}_
-
-
-
\ No newline at end of file
diff --git a/pages/home.md b/pages/home.md
index 7b08e80..4c47e4d 100644
--- a/pages/home.md
+++ b/pages/home.md
@@ -3,24 +3,19 @@ title: The title
lead: Taxa from your imagination to the web
project: Your project
---
-
-
- # {{frontmatter.title}}
- _{{frontmatter.lead}}_
+# {{frontmatter.title}}
+_{{frontmatter.lead}}_
- ## Overview
- Welcome to *{{ frontmatter.project }}*, a website of taxon pages generated from the {{ frontmatter.project }} Project, a comprehensive collaborative effort managed in [TaxonWorks](https://taxonworks.org).
+## Overview
+Welcome to *{{ frontmatter.project }}*, a website of taxon pages generated from the {{ frontmatter.project }} Project, a comprehensive collaborative effort managed in [TaxonWorks](https://taxonworks.org).
- ## Get started!
-
+## Get started!
+
- ## Announcements
- * 5/1/2022 - We've grown!
- * 1/1/2022 - Our website is live!
+## Announcements
+* 5/1/2022 - We've grown!
+* 1/1/2022 - Our website is live!
- ## Find out more
- Learn how to collaborate with the {{ frontmatter.title }} project. Contact information, technical details, and more are available at [About](/about).
-
-
-
+## Find out more
+Learn how to collaborate with the {{ frontmatter.title }} project. Contact information, technical details, and more are available at [About](/about).