docs color footer color

pull/978/head
Kye Gomez 4 days ago
parent f88f4fab13
commit a4f0f54481

@ -451,7 +451,6 @@ nav:
- Pricing: - Pricing:
- Pricing: "swarms_cloud/api_pricing.md" - Pricing: "swarms_cloud/api_pricing.md"
- Pricing in Chinese: "swarms_cloud/chinese_api_pricing.md"
- Subscription Tiers: "swarms_cloud/subscription_tiers.md" - Subscription Tiers: "swarms_cloud/subscription_tiers.md"
- Swarms Marketplace: - Swarms Marketplace:
@ -471,20 +470,20 @@ nav:
- Contributors: - Contributors:
- Overview: "contributors/main.md" - Overview: "contributors/main.md"
- Environment Setup: "contributors/environment_setup.md"
- Bounty Program: "corporate/bounty_program.md" - Bounty Program: "corporate/bounty_program.md"
- Links & Resources: "governance/main.md"
- Swarms Vision: "swarms/concept/vision.md" - Development Guides:
- Swarm Ecosystem: "swarms/concept/swarm_ecosystem.md"
- Swarms Products: "swarms/products.md"
- Learn More:
- Understanding Swarms Architecture: "swarms/concept/framework_architecture.md"
- Code Style Guide & Best Practices: "swarms/framework/code_cleanliness.md" - Code Style Guide & Best Practices: "swarms/framework/code_cleanliness.md"
- Our Development Philosophy & Principles: "swarms/concept/philosophy.md" - Adding Tests: "swarms/framework/test.md"
- Contributing: - Adding Documentation: "contributors/docs.md"
- Writing and Adding Tests: "swarms/framework/test.md" - New Tools & Plugins: "contributors/tools.md"
- Creating Custom Tools & Plugins: "contributors/tools.md"
- Writing Documentation: "contributors/docs.md" - Architecture & Design:
- Changelog: - Understanding Swarms Architecture: "swarms/concept/framework_architecture.md"
- Swarms 5.6.8: "swarms/changelog/5_6_8.md" - Development Philosophy & Principles: "swarms/concept/philosophy.md"
- Swarms 5.8.1: "swarms/changelog/5_8_1.md"
- Swarms 5.9.2: "swarms/changelog/changelog_new.md" - About Swarms:
- Vision & Mission: "swarms/concept/vision.md"
- Swarm Ecosystem: "swarms/concept/swarm_ecosystem.md"
- Products: "swarms/products.md"

@ -136,7 +136,7 @@
/* Dark Mode (Slate) */ /* Dark Mode (Slate) */
[data-md-color-scheme="slate"] .md-footer-custom { [data-md-color-scheme="slate"] .md-footer-custom {
background: #212529; background: #1F2129;
border-top-color: #404040; border-top-color: #404040;
} }
@ -210,7 +210,7 @@
} }
[data-md-color-scheme="default"] .md-footer-company__name { [data-md-color-scheme="default"] .md-footer-company__name {
color: #1976d2; color: #DC143C;
} }
[data-md-color-scheme="default"] .md-footer-company__description { [data-md-color-scheme="default"] .md-footer-company__description {
@ -223,12 +223,12 @@
/* Company Section - Dark Mode */ /* Company Section - Dark Mode */
[data-md-color-scheme="slate"] .md-footer-company { [data-md-color-scheme="slate"] .md-footer-company {
background: #1a1d23; background: #1F2129;
border-top-color: #404040; border-top-color: #404040;
} }
[data-md-color-scheme="slate"] .md-footer-company__name { [data-md-color-scheme="slate"] .md-footer-company__name {
color: #42a5f5; color: #DC143C;
} }
[data-md-color-scheme="slate"] .md-footer-company__description { [data-md-color-scheme="slate"] .md-footer-company__description {

Loading…
Cancel
Save