Skip to content

Commit 8506b6c

Browse files
committed
Add basic styles for inline code (Fixes: elixir-lang#1142)
1 parent 9061598 commit 8506b6c

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

_epub/assets/less/app.less

+13
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

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_epub/priv/app-769d25bae3.css

-1
This file was deleted.

_epub/priv/app-841ce296e9.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_epub/priv/app-990b83b456.js

-1
This file was deleted.

0 commit comments

Comments
 (0)