Skip to content

Commit

Permalink
Merge pull request #117 from ably/format-code-spans
Browse files Browse the repository at this point in the history
Replace amber background with slate for `code` elements
  • Loading branch information
QuintinWillison authored Nov 18, 2022
2 parents 59b64ee + 5b756ac commit 0107f0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
@apply ml-10;
}
code {
@apply text-slate-600 bg-amber-100;
@apply px-1 bg-slate-100;
}
pre {
@apply my-4 p-2 border border-slate-600 bg-slate-100;
}
a code {
@apply bg-inherit hover:text-amber-700 hover:font-semibold;
@apply bg-inherit px-0 hover:text-amber-700 hover:font-semibold;
}
a {
@apply hover:underline hover:text-amber-700;
Expand Down

0 comments on commit 0107f0f

Please sign in to comment.