1
0
mirror of https://github.com/fruworg/themu.git synced 2025-07-15 16:33:59 +03:00
This commit is contained in:
2023-08-01 21:32:04 +06:00
parent 32dea62807
commit 42502f212c

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