We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab60b8f commit ded329aCopy full SHA for ded329a
styles/markdown.scss
@@ -92,7 +92,7 @@
92
}
93
94
code {
95
- background-color:transparentize(getColor(alto), 0.5);
+ color: inherit;
96
97
98
@@ -162,11 +162,12 @@
162
code, tt {
163
font-family:'Ubuntu Mono', monospace;
164
margin: 0 2px;
165
- padding: 0 5px;
+ padding: 2px 6px;
166
white-space: nowrap;
167
- border: 1px solid #eaeaea;
168
- background-color: #f8f8f8;
+ background-color: transparentize(getColor(fiord), 0.94);
169
border-radius: 3px;
+ text-shadow: 0 1px 0 transparentize(getColor(white), 0.5);
170
+ color: getColor(elephant);
171
172
173
pre {
@@ -184,6 +185,7 @@
184
185
border: none;
186
color:getColor(concrete);
187
background: transparent;
188
+ text-shadow: none;
189
190
.code-details-summary-span {
191
margin-left: -15px;
0 commit comments