Remove "!important" from code class CSS rule
to allow style overriding
This commit is contained in:
parent
89a2e39b80
commit
4d18e1234b
|
@ -21,7 +21,7 @@ body {
|
|||
}
|
||||
|
||||
code {
|
||||
font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace, monospace !important;
|
||||
font-family: "Source Code Pro", Consolas, "Ubuntu Mono", Menlo, "DejaVu Sans Mono", monospace;
|
||||
font-size: 0.875em; /* please adjust the ace font size accordingly in editor.js */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue