This commit is contained in:
fruworg 2023-08-01 21:40:41 +06:00
parent 42502f212c
commit 28e600b1db

View File

@ -273,7 +273,6 @@ svg {
.highlight pre code[class*="language-"] { .highlight pre code[class*="language-"] {
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
cursor: pointer;
} }
.highlight pre code[class*="language-"]::before { .highlight pre code[class*="language-"]::before {
@ -288,6 +287,7 @@ svg {
text-align: right; text-align: right;
text-transform: uppercase; text-transform: uppercase;
top: 0; top: 0;
cursor: pointer;
} }
.highlight pre code[class=language-javaScript]::before, .highlight pre code[class=language-javaScript]::before,