diff --git a/doc/_static/css/custom.css b/doc/_static/css/custom.css
index 97a00d9e2c1..45e0d5b3f19 100644
--- a/doc/_static/css/custom.css
+++ b/doc/_static/css/custom.css
@@ -866,7 +866,7 @@ dark-mode-toggle::part(toggleLabel){
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
- border-radius: 0.5rem;
+ border-radius: 1rem;
background: linear-gradient(135deg, #0070c5 0%, #5c13a5 100%);
color: white;
}
@@ -888,6 +888,10 @@ dark-mode-toggle::part(toggleLabel){
font-size: 0.9rem;
margin-top: 0.5rem;
color: var(--body-color);
+ font-weight: 200;
+ margin-left: -0.9em;
+ margin-right: -0.9em;
+ line-height: 1.4rem;
}
.grid-icon {
diff --git a/doc/index.rst b/doc/index.rst
index 43f98f75976..2943fe4d8aa 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -38,59 +38,56 @@ licensing, as described in :ref:`Zephyr_Licensing`.
Introducing the Zephyr Project: overview, architecture, features, and licensing
+Architecture, features & licensing details
Follow this guide to set up a Zephyr development environment on your - system, and then build and run a sample application.
+Set up Zephyr, build & run a sample application
As an open-source project, we welcome and encourage the community - to submit patches directly to the project.
+How to submit patches and contribute to Zephyr
A list of samples and demos that can run on a variety of boards supported - by Zephyr
+Explore samples and demos for various boards
Information about supported architectures, supported hardware and porting guides
+Supported hardware and porting guides
Requirements, processes, and developer guidelines for ensuring security is addressed within the Zephyr project.
+Security processes and guidelines
List of supported boards and platforms.
+List of supported boards and platforms
OS Services and guides how to use them with Zephyr
+OS Services and usage guides