Theme Files Update
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user