Theme Files Update

This commit is contained in:
GitHub Action 2023-10-22 16:23:54 +00:00
parent e0337a8b8e
commit a89ac8dbd3

View file

@ -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 {