Skip to content

Commit 789ff95

Browse files
Omer Wazirchrisdickinson
Omer Wazir
authored andcommitted
doc: increase mark class contrast ratio
PR-URL: #824 Reviewed-By: Chris Dickinson <[email protected]>
1 parent 122a175 commit 789ff95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api_assets/style.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,6 @@ h1 span, h2 span, h3 span, h4 span {
218218
display: block;
219219
top: 0;
220220
right: 0;
221-
opacity: 0.3;
222221
}
223222

224223
h1 span:hover, h2 span:hover, h3 span:hover, h4 span:hover {
@@ -402,7 +401,7 @@ span.type {
402401
span > .mark,
403402
span > .mark:visited {
404403
font-size: 18px;
405-
color: #ccc;
404+
color: #707070;
406405
position: absolute;
407406
top: 0px;
408407
right: 0px;

0 commit comments

Comments
 (0)