Skip to content

Commit

Permalink
Set quarto site inline text color
Browse files Browse the repository at this point in the history
  • Loading branch information
edelarua committed May 7, 2024
1 parent cd2b70d commit 284a1c0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion book/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
}
}

/* -- inline code color --*/
code {
color: #00bc8c !important;
}

/* -- Giscus content --*/
.giscus {
margin-left: 75px;
Expand All @@ -22,4 +27,4 @@
/* -- shinylive --*/
.shinylive-editor {
max-height: 500px !important;
}
}

0 comments on commit 284a1c0

Please sign in to comment.