Skip to content

Commit

Permalink
doc: add distinctive color for code elements inside links
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Mar 27, 2021
1 parent fe73e4d commit 6658801
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
--red3: #ca5010;
--green1: #43853d;
--green2: #5a8147;
--green3: #454545;
--green3: #64de64;
--green4: #99cc7d;
--green5: #84ba64;
--gray1: #707070;
Expand Down Expand Up @@ -50,6 +50,9 @@
color: var(--grey-smoke);
background-color: var(--highlight-background-color);
}
.dark-mode a code {
color: var(--green3);
}

/*--------------------- Layout and Typography ----------------------------*/
html {
Expand Down

0 comments on commit 6658801

Please sign in to comment.