Verified Commit a7dc88e1 authored by Roberto Bochet's avatar Roberto Bochet
Browse files

Added input class

No related merge requests found
Showing with 12 additions and 0 deletions
+12 -0
......@@ -332,3 +332,15 @@ body {
max-height: 5vh;
padding: 0;
}
/*********************************************
* CODE
*********************************************/
code.input::before, pre.input > code::before {
content: "$";
color: #8699A4;
padding-right: 5px;
}
code.input.root::before, pre.input.root > code::before {
content: "#";
}
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment