mirror of
https://github.com/fruworg/themu.git
synced 2025-06-12 09:40:25 +03:00
pointer
This commit is contained in:
@ -273,6 +273,7 @@ svg {
|
||||
|
||||
.highlight pre code[class*="language-"] {
|
||||
-webkit-overflow-scrolling: touch;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.highlight pre code[class*="language-"]::before {
|
||||
@ -312,8 +313,8 @@ svg {
|
||||
}
|
||||
|
||||
.highlight pre code[class*='language-json']::before {
|
||||
content: 'json';
|
||||
background: dodgerblue;
|
||||
content: 'json';
|
||||
background: dodgerblue;
|
||||
color: #000000
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user