docs(style): update font sizes and weights for improved readability (#8968)
Arduino Lint / lint (push) Has been cancelled
Build Examples with C++ Compiler / build-examples (push) Has been cancelled
MicroPython CI / Build esp32 port (push) Has been cancelled
MicroPython CI / Build rp2 port (push) Has been cancelled
MicroPython CI / Build stm32 port (push) Has been cancelled
MicroPython CI / Build unix port (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Has been cancelled
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Has been cancelled
C/C++ CI / Build ESP IDF ESP32S3 (push) Has been cancelled
C/C++ CI / Run tests with 32bit build (push) Has been cancelled
C/C++ CI / Run tests with 64bit build (push) Has been cancelled
BOM Check / bom-check (push) Has been cancelled
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Has been cancelled
Verify the widget property name / verify-property-name (push) Has been cancelled
Verify code formatting / verify-formatting (push) Has been cancelled
Compare file templates with file names / template-check (push) Has been cancelled
Build docs / build-and-deploy (push) Has been cancelled
Test API JSON generator / Test API JSON (push) Has been cancelled
Install LVGL using CMake / build-examples (push) Has been cancelled
Check Makefile / Build using Makefile (push) Has been cancelled
Check Makefile for UEFI / Build using Makefile for UEFI (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/benchmark_results_comment/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/filter_docker_logs/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Script Check (scripts/perf/tests/serialize_results/test.sh) (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 32b - lv_conf_perf32b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark 64b - lv_conf_perf64b (push) Has been cancelled
Emulated Performance Test / ARM Emulated Benchmark - Save PR Number (push) Has been cancelled
Hardware Performance Test / Hardware Performance Benchmark (push) Has been cancelled
Hardware Performance Test / HW Benchmark - Save PR Number (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_32B - Ubuntu (push) Has been cancelled
Performance Tests CI / Perf Tests OPTIONS_TEST_PERF_64B - Ubuntu (push) Has been cancelled
Port repo release update / run-release-branch-updater (push) Has been cancelled
Verify Font License / verify-font-license (push) Has been cancelled
Verify Kconfig / verify-kconfig (push) Has been cancelled

This commit is contained in:
Richard Gazdik
2025-09-29 23:54:45 +02:00
committed by GitHub
parent 664aecf32f
commit a3be80d744
+14 -14
View File
@@ -32,7 +32,7 @@ body {
--sidebar-item-font-size: 0.875rem;
--sidebar-item-spacing-horizontal: 0.75rem;
--sidebar-item-spacing-vertical: 0.5rem;
--toc-font-size: 0.75rem;
--toc-font-size: 0.8125rem;
--icon-search: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="7" cy="7" r="4.25" stroke="%230E0E0E" stroke-width="1.5"/><path d="M10.5 10.5L13 13" stroke="%230E0E0E" stroke-width="1.5" stroke-linecap="round"/></svg>');
--sidebar-search-icon-size: 1.25rem;
--sidebar-item-spacing-horizontal: 0.5rem;
@@ -46,14 +46,14 @@ body {
--color-link--visited--hover: var(--color-accent);
--color-link-underline--hover: var(--color-accent);
--color-background-border: var(--color-border-primary) !important;
--color-sidebar-link-text--top-level: var(--color-text-tertiary);
--color-sidebar-link-text--top-level: var(--color-text-primary);
--color-sidebar-item-background--hover: var(--color-background-primary);
--color-sidebar-item-expander-background--hover: rgba(var(--color-background-base-rgb), 0.04);
--color-toc-item-text: var(--color-text-tertiary);
--color-toc-item-text: var(--color-text-primary);
--color-toc-item-text--active: var(--color-text-base);
--color-sidebar-background: var(--color-background-primary);
--color-sidebar-background-border: var(--color-border-primary);
--color-content-foreground: var(--color-text-secondary);
--color-content-foreground: var(--color-text-base);
--color-sidebar-item-background--current: transparent;
--color-sidebar-item-background--hover: rgba(var(--color-accent-rgb), 0.16);
}
@@ -144,7 +144,7 @@ h3,
h4 {
transition: background-color 0.15s ease-in-out;
color: var(--color-text-base);
font-weight: 800;
font-weight: 650;
letter-spacing: -0.02em;
}
@@ -416,7 +416,7 @@ code.literal + sub {
}
.toc-tree li.scroll-current > .reference {
font-weight: 600;
font-weight: 550;
}
.toc-tree li a:hover {
@@ -451,7 +451,7 @@ code.literal + sub {
display: inline-block;
overflow: hidden;
text-indent: -0.85ch;
font-weight: 800;
font-weight: 550;
text-decoration: none;
vertical-align: top;
padding-right: 0.25ch;
@@ -467,7 +467,7 @@ code.literal + sub {
}
.admonition-title {
font-weight: 600;
font-weight: 550;
color: var(--color-text-base);
}
@@ -516,7 +516,7 @@ code.literal + sub {
}
#furo-main-content .toctree-l1 > a {
font-weight: 800;
font-weight: 650;
font-size: 1.25rem;
line-height: 1.25;
}
@@ -547,7 +547,7 @@ code.literal + sub {
#furo-main-content .toctree-landing-page .toctree-l1 > a {
font-size: 1rem;
font-weight: 600;
font-weight: 550;
}
#furo-main-content .toctree-landing-page .toctree-l1 + .toctree-l1 {
@@ -620,7 +620,7 @@ code.literal + sub {
#furo-main-content dt {
color: var(--color-text-base);
font-weight: 700;
font-weight: 600;
}
#furo-main-content dl[class]:not(.option-list):not(.field-list):not(.glossary):not(.simple) dd {
@@ -673,7 +673,7 @@ table.docutils {
}
table.docutils th {
font-weight: 600;
font-weight: 550;
color: var(--color-text-base);
background-color: var(--color-background-secondary);
font-size: 0.625rem;
@@ -771,7 +771,7 @@ table.docutils th p {
display: inline-block;
vertical-align: top;
font-size: 0.8125rem;
font-weight: 600;
font-weight: 550;
text-decoration: none;
color: var(--color-text-on-accent);
background-color: var(--color-accent);
@@ -1084,7 +1084,7 @@ dl.field-list {
}
dl.field-list > dt {
font-weight: 600;
font-weight: 550;
word-break: break-word;
margin-top: 0.5em;
margin-right: 1em;