We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108d3ed commit 37d9f0eCopy full SHA for 37d9f0e
src/themes/buble.styl
@@ -101,14 +101,14 @@ $sidebar-width = 16rem
101
.markdown-section code
102
background-color #f9f9f9
103
border-radius 3px
104
- font-family Inconsolata
+ font-family Inconsolata, monospace
105
padding 0.2em 0.4rem
106
white-space nowrap
107
108
.markdown-section pre
109
110
border-left 2px solid #eee
111
112
font-size 16px
113
margin 0 0 1em 0
114
padding 8px
@@ -159,7 +159,7 @@ $sidebar-width = 16rem
159
background-color #f8f8f8
160
border-radius 2px
161
display block
162
163
line-height 1.1rem
164
max-width inherit
165
overflow inherit
0 commit comments