Skip to content

Commit 8010196

Browse files
author
Scott Straughan
committed
Added some code/pre styling.
1 parent 15f3a47 commit 8010196

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

static/css/styled.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,13 @@ body {
812812
height: auto;
813813
}
814814

815+
code {
816+
padding: .1rem .2rem;
817+
background-color: #d0d0d0;
818+
display: inline-block;
819+
border-radius: 6px;
820+
}
821+
815822
pre code {
816823
display: block;
817824
max-width: 100%;

0 commit comments

Comments
 (0)