Skip to content

Commit 266e0e3

Browse files
authored
Merge pull request #58 from devsonket/develop
Develop
2 parents 824efe6 + 0f9c32c commit 266e0e3

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

src/App.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@
158158
margin-bottom: 0;
159159
}
160160

161+
pre.code {
162+
overflow-y: hidden;
163+
}
164+
161165
.single-content {
162166
display: flex;
163167
flex-wrap: wrap;

src/index.css

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -609,16 +609,13 @@ td:last-child {
609609
}
610610
tt,
611611
code {
612-
background-color: hsla(0, 0%, 0%, 0.04);
613-
border-radius: 3px;
612+
background-color: #eee;
613+
border-radius: 4px;
614614
font-family: "SFMono-Regular", Consolas, "Roboto Mono", "Droid Sans Mono",
615615
"Liberation Mono", Menlo, Courier, monospace;
616-
padding: 0;
617-
padding-top: 0.2em;
618-
padding-bottom: 0.2em;
616+
padding: 0.5rem;
619617
}
620618
pre code {
621-
background: none;
622619
line-height: 1.42;
623620
}
624621
code:before,

0 commit comments

Comments
 (0)