summaryrefslogtreecommitdiff
path: root/source/features/parse-backticks.css
blob: d146ff8efaeade3429ca8fa8412fc7b3490aa08a (plain) (blame)
1
2
3
4
5
6
7
8
/* Style copied from GitHub's <code> */
.rgh-parse-backticks {
	background-color: rgba(27, 31, 35, 0.05);
	border-radius: 3px;
	font-size: 85%;
	margin: 0;
	padding: 0.2em 0.4em;
}