Code highlighting (#142)

* Code highlight js

* Updated copyResponse
This commit is contained in:
Jacob Anavisca
2019-09-11 06:59:33 -04:00
committed by GitHub
parent d1b4d135c8
commit 0ad76be012
4 changed files with 60 additions and 20 deletions

View File

@@ -130,7 +130,8 @@ legend {
}
fieldset textarea,
fieldset pre {
fieldset pre
code {
resize: vertical;
}
@@ -233,6 +234,20 @@ pre {
}
}
pre {
display: grid;
}
code {
height: 336px;
}
.hljs,
.hljs-subst {
background-color: var(--bg-dark-color) !important;
color: var(--fg-color) !important;
}
select,
input,
option {