Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Using variables
  • Loading branch information
jonrohan committed Nov 8, 2017
commit cce0269026a4e1a48f83ea4a1d8ce11ef6ff2397
4 changes: 2 additions & 2 deletions modules/primer-markdown/lib/code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
margin: 0;
font-size: 85%;
background-color: rgba($black, 0.05);
border-radius: 3px;
border-radius: $border-radius;

br { display: none; }
}
Expand Down Expand Up @@ -45,7 +45,7 @@
font-size: 85%;
line-height: 1.45;
background-color: $gray-100;
border-radius: 3px;
border-radius: $border-radius;
}

pre code,
Expand Down