Skip to content
Snippets Groups Projects
Commit 386b13d6 authored by Robert Speicher's avatar Robert Speicher
Browse files

Allow highlight themes to override `pre` colors

parent a3a80eac
No related branches found
No related tags found
1 merge request!1442Markdown typography CSS fixes
Loading
Loading
@@ -101,9 +101,9 @@
 
pre {
margin: 12px 0 12px 0 !important;
background-color: #f8fafc !important;
background-color: #f8fafc;
font-size: 13px !important;
color: #5b6169 !important;
color: #5b6169;
line-height: 1.6em !important;
@include border-radius(2px);
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment