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;
|
white-space: pre;
|
||||||
color: #eee;
|
color: #eee;
|
||||||
background: $midnightblue;
|
background: $midnightblue;
|
||||||
border-radius: 4px;
|
-webkit-overflow-scrolling: touch;
|
||||||
// -webkit-overflow-scrolling: touch;
|
|
||||||
|
|
||||||
code {
|
code {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -165,6 +164,8 @@ table {
|
||||||
.highlight div,
|
.highlight div,
|
||||||
.highlight pre {
|
.highlight pre {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
border-radius: 4px;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.highlight-copy-btn {
|
.highlight-copy-btn {
|
||||||
|
|
Loading…
Reference in a new issue