We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c5c2c commit 91001b8Copy full SHA for 91001b8
1 file changed
assets/css/stylesheet.css
@@ -194,7 +194,7 @@ pre {
194
195
/* Inline code */
196
code {
197
- padding: 0.15em 0.3em;
+ padding: 0.3em 0.3em 0.2em 0.3em;
198
border-radius: .3em;
199
200
background: #424242;
@@ -203,7 +203,7 @@ code {
203
/* Code blocks */
204
pre code {
205
display: block;
206
- padding: 0.5em;
+ padding: 0.5em 0.5em 0.3em 0.5em;
207
margin: .5em 0 1.1em 0;
208
overflow: auto;
209
border-radius: 0.3em;
@@ -247,13 +247,13 @@ header h1 {
247
letter-spacing: 5px;
248
text-transform: uppercase;
249
font-weight: 300;
250
-
251
}
252
253
header h1 a {
254
color: #fff;
255
text-decoration: none
256
+
257
header h1 a:hover,
258
header h1 a:active {
259
color: #F7F7F7;
0 commit comments