Skip to content

Commit

Permalink
Update code.css
Browse files Browse the repository at this point in the history
  • Loading branch information
LeaVerou committed Jun 27, 2024
1 parent a69b773 commit 03d76d5
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions style/partials/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ code, textarea, pre {
line-height: inherit;
}

code mark {
--_color: var(--color, var(--color-neutral-50a));
background: var(--_color);
box-shadow: 0 -.05em 0 .1em var(--_color);
color: inherit;
border-radius: 1px;
text-shadow: .01em .05em .2em rgb(0 0 0 / 60%);
transition: .6s;
}

pre + pre {
margin-top: 1.5em;

Expand Down

0 comments on commit 03d76d5

Please sign in to comment.