Skip to content

Commit 47bfde0

Browse files
aduh95targos
authored andcommitted
doc: fix color contrast on <kbd> elements
PR-URL: #37185 Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 4551d14 commit 47bfde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api_assets/style.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@ kbd {
633633
border-radius: 3px;
634634
border: 1px solid #b4b4b4;
635635
box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
636-
color: var(--color-text-primary);
636+
color: #333;
637637
display: inline-block;
638638
font-size: .85em;
639639
font-weight: 700;

0 commit comments

Comments
 (0)