_sass/_rouge.scss in cosy-jekyll-theme-1.0.5 vs _sass/_rouge.scss in cosy-jekyll-theme-1.0.6

- old
+ new

@@ -6,12 +6,13 @@ background-color: #272822; @include rounded(3px); pre { position: relative; margin: 0; - padding: 1em; - } + padding: 0.7em; + @include font-rem(14); + } .lineno { padding-right: 24px; color: #8f908a;} .hll { background-color: #49483e } .c { color: #75715e } /* Comment */ .err { color: #960050; background-color: #1e0010 } /* Error */ .k { color: #66d9ef } /* Keyword */ @@ -68,6 +69,6 @@ .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ .vc { color: #f8f8f2 } /* Name.Variable.Class */ .vg { color: #f8f8f2 } /* Name.Variable.Global */ .vi { color: #f8f8f2 } /* Name.Variable.Instance */ .il { color: #ae81ff } /* Literal.Number.Integer.Long */ -} \ No newline at end of file +}