mirror of
https://github.com/fruworg/themu.git
synced 2024-11-16 07:07:16 +03:00
pointer
This commit is contained in:
parent
32dea62807
commit
42502f212c
@ -273,6 +273,7 @@ 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 {
|
||||||
@ -312,8 +313,8 @@ svg {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.highlight pre code[class*='language-json']::before {
|
.highlight pre code[class*='language-json']::before {
|
||||||
content: 'json';
|
content: 'json';
|
||||||
background: dodgerblue;
|
background: dodgerblue;
|
||||||
color: #000000
|
color: #000000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user