Skip to content

Commit 4ad0dab

Browse files
committed
Tweak <code> blocks in header
In the future also a other headers, but for now not needed because I want to research of we can apply h1 for home on site title and apply h1 on page title on all other page.
1 parent 5c87bf2 commit 4ad0dab

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

assets/css/stylesheet.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,20 @@ code {
201201

202202
background: #424242;
203203
}
204+
/* Oh I want SASS here */
205+
h3 > code {
206+
207+
display: inline-block;
208+
margin-bottom: 0.5em;
209+
padding-bottom: 0;
210+
padding-top: 0.1em;
211+
212+
background: none repeat scroll 0 0 #5C5C5C;
213+
214+
font-size: 17px;
215+
}
216+
217+
204218

205219
/* Code blocks */
206220
pre code {

0 commit comments

Comments
 (0)