Skip to content

Commit 47bfde0

Browse files
aduh95targos
authored andcommitted
doc: fix color contrast on <kbd> elements
PR-URL: #37185 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 4551d14 commit 47bfde0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎doc/api_assets/style.css‎

Lines changed: 1 addition & 1 deletion
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:01px1pxrgba(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)