Skip to content

Commit

Permalink
doc: fix color contrast on <kbd> elements
Browse files Browse the repository at this point in the history
PR-URL: #37185
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
aduh95 authored and targos committed May 1, 2021
1 parent 00309ee commit e7ca9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api_assets/style.css
Expand Up @@ -633,7 +633,7 @@ kbd {
border-radius: 3px;
border: 1px solid #b4b4b4;
box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
color: var(--color-text-primary);
color: #333;
display: inline-block;
font-size: .85em;
font-weight: 700;
Expand Down

0 comments on commit e7ca9b6

Please sign in to comment.