Skip to content
Snippets Groups Projects
Commit ad679127 authored by Andrey's avatar Andrey
Browse files

!important removed from pre

parent ce49e49b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -157,12 +157,6 @@
pre {
@include border-radius(2px);
margin: 12px 0 12px 0 !important;
background-color: #f8fafc !important;
font-size: 13px !important;
color: #5b6169 !important;
line-height: 1.6em !important;
}
 
p > code {
Loading
Loading
Loading
Loading
@@ -313,7 +313,7 @@ table {
}
 
.wiki .highlight, .note-body .highlight {
margin-bottom: 9px;
margin: 12px 0 12px 0;
}
 
.wiki .code {
Loading
Loading
/* https://github.com/aahan/pygments-github-style */
pre.code.highlight.white,
.code.white {
background-color: #fff;
color: #333;
background-color: #f8fafc;
font-size: 13px;
color: #5b6169;
line-height: 1.6em;
 
.line-numbers,
.line-numbers a {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment