remove text-transform property from update command

Signed-off-by: Iksas <Iksas@users.noreply.github.com>
This commit is contained in:
Iksas
2021-12-29 13:16:07 +01:00
parent 2fb57d2424
commit af4ec2b2e6
+4
View File
@@ -101,6 +101,10 @@ code {
font-family: "Ubuntu Mono", Consolas, "Courier New", monospace;
}
footer code {
text-transform: none;
}
pre {
padding: 10px 3px;
border: none;