Skip to content

Commit 6703231

Browse files
committed
doc: css: accessibility improvements
Minor tweaks to increase contrast as per WCAG AA guidelines. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 7450a52 commit 6703231

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

doc/_extensions/zephyr/domain/static/css/board-catalog.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,8 @@
176176

177177
.board-card .vendor {
178178
font-size: 12px;
179-
color: var(--admonition-note-color);
180-
font-weight: 900;
179+
color: var(--body-color);
181180
margin-bottom: 18px;
182-
opacity: 0.5;
183181
}
184182

185183
.board-card img {

doc/_static/css/light.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
--navbar-scrollbar-active-color: #7929d2;
2727
--navbar-scrollbar-background: #131e2b;
2828

29-
--link-color: #2980b9;
29+
--link-color: #237ab3;
3030
--link-color-hover: #3091d1;
3131
--link-color-active: #105078;
3232
--link-color-visited: #9b59b6;
@@ -90,7 +90,7 @@
9090

9191
--btn-neutral-background-color: #f3f6f6;
9292
--btn-neutral-hover-background-color: #e5ebeb;
93-
--footer-color: #808080;
93+
--footer-color: #747474;
9494

9595
--graphviz-filter: none;
9696
}

0 commit comments

Comments
 (0)