Theme Files Update
This commit is contained in:
parent
e0337a8b8e
commit
a89ac8dbd3
1 changed files with 3 additions and 2 deletions
|
@ -51,8 +51,7 @@ pre {
|
|||
white-space: pre;
|
||||
color: #eee;
|
||||
background: $midnightblue;
|
||||
border-radius: 4px;
|
||||
// -webkit-overflow-scrolling: touch;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
code {
|
||||
padding: 0;
|
||||
|
@ -165,6 +164,8 @@ table {
|
|||
.highlight div,
|
||||
.highlight pre {
|
||||
overflow-x: auto;
|
||||
border-radius: 4px;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.highlight-copy-btn {
|
||||
|
|
Loading…
Reference in a new issue