Skip to content

Commit 3e5d4b2

Browse files
milmazzjosevalim
authored andcommitted
Add basic styles for inline code (Fixes: #1142)
1 parent 1f0e8ff commit 3e5d4b2

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

_epub/assets/less/app.less

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1+
// Inline code
2+
code.inline {
3+
font-family: courier, monospace;;
4+
font-style: normal;
5+
line-height: 24px;
6+
font-weight: 400;
7+
background-color: #f7f9fc;
8+
vertical-align: baseline;
9+
border-radius: 2px;
10+
padding: .1em .2em;
11+
}
12+
13+
// Highlight theme
114
@import './code';

_epub/priv/app-65c846b720.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_epub/priv/app-769d25bae3.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

_epub/priv/app-841ce296e9.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_epub/priv/app-990b83b456.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)