Skip to content

Commit 69c4bfd

Browse files
aduh95targos
authored andcommitted
doc: add distinctive color for code elements inside links
PR-URL: #37950 Reviewed-By: Pooja D P <Pooja.D.P@ibm.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 1d82693 commit 69c4bfd

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

‎doc/api_assets/style.css‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
--red3:#ca5010;
1414
--green1:#43853d;
1515
--green2:#5a8147;
16-
--green3:#454545;
16+
--green3:#64de64;
1717
--green4:#99cc7d;
1818
--green5:#84ba64;
1919
--gray1:#707070;
@@ -50,6 +50,9 @@
5050
color:var(--grey-smoke);
5151
background-color:var(--highlight-background-color);
5252
}
53+
.dark-modeacode {
54+
color:var(--green3);
55+
}
5356

5457
/*--------------------- Layout and Typography ----------------------------*/
5558
html {
@@ -605,7 +608,8 @@ a code {
605608
margin-bottom:0;
606609
}
607610

608-
#column2ullia {
611+
#column2ullia,
612+
#column2ulliacode {
609613
color:var(--color-text-nav);
610614
border-radius:0;
611615
}

0 commit comments

Comments
 (0)