Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf647594

Browse files
authored
Merge pull requestcoderoad#322 from coderoad/fix/inline-code
fix inline code block styles
2 parentsebd748a +9dab179 commitf647594

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed
Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1+
.coderoad-markdownpre {
2+
border-radius:0.3rem;
3+
}
4+
15
.coderoad-markdown:not(pre)>code {
2-
background-color: black;
3-
color: white;
4-
border-radius:2px;
5-
padding:0.1rem;
6+
background-color:rgba(27,31,35,0.05);
7+
color: black;
8+
border-radius:0.3rem;
9+
padding:0rem0.15rem;
10+
font-size:80%;
11+
white-space: nowrap;
612
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp