_sass/scss/_reusable.scss in bubblin-jekyll-1.2.1 vs _sass/scss/_reusable.scss in bubblin-jekyll-1.2.2

- old
+ new

@@ -14,18 +14,18 @@ html { font-size: 100%; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 1em; - line-height: 1.4; + line-height: 1.6; text-rendering: optimizelegibility; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; } body { - color: rgba(0, 0, 0, 0.85); + color: rgba(0, 0, 0, 0.95); margin: 0; font-family: 'EB Garamond', serif; font-smooth: always; -webkit-font-smoothing: subpixel-antialiased; text-rendering: optimizelegibility; @@ -134,13 +134,13 @@ /* Code formatting */ pre, code { - border: 1px solid #e8e8e8; + border: 1px solid paleturquoise; border-radius: 3px; - background-color: #eff; + background-color: aliceblue; } code { padding: 1px 5px; } @@ -161,12 +161,9 @@ letter-spacing: -1px; padding: 1em; margin: 2em auto; font-style: italic; background: #fffafa; - > :last-child { - margin-bottom: 0; - } } /*-- Coloring pseudos text selection/inactive state. Sooth! :D --*/ \ No newline at end of file