Skip to content

Commit 451e1bc

Browse files
committed
Tweaking code blocks styling
1 parent ce1989e commit 451e1bc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

assets/css/stylesheet.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ a:focus {
156156
*/
157157
code,
158158
pre {
159-
color: #f8f8f2;
159+
color: #f1f1f1;
160160
text-shadow: 0 1px rgba(0,0,0,0.3);
161161
font-family: Consolas, Monaco, 'Andale Mono', monospace;
162162
direction: ltr;
@@ -180,7 +180,7 @@ code {
180180
padding: 0.3em 0.3em 0.2em 0.3em;
181181
border-radius: .3em;
182182

183-
background: #424242;
183+
background: #444;
184184
}
185185
/* Oh I want SASS here */
186186
h3 > code {
@@ -200,7 +200,7 @@ h3 > code {
200200
/* Code blocks */
201201
pre code {
202202
display: block;
203-
padding: 0.5em 0.5em 0.3em 0.5em;
203+
padding: 0.4em 0.5em 0.3em 0.5em;
204204
margin: .5em 0 1.1em 0;
205205
overflow: auto;
206206
border-radius: 0.3em;

0 commit comments

Comments
 (0)