Several styling issues have been fixed

This commit is contained in:
Sameer Rahmani 2020-01-04 13:13:42 +00:00
parent ee583894e2
commit 7dd3bfc6d8
2 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<html class="{% if page.theme %}{{page.theme }}{% else %}light{% endif %}">
<head>
<meta charset="UTF-8" />
<meta name="theme-color" content="#433983" />
<meta name="theme-color" content="#49438B" />
{% seo %}
<link href="/assets/styles/web.css?1" rel="stylesheet" />
<link

View File

@ -119,16 +119,20 @@ body.dark
font-size: 1.3rem
pre
code
font-size: 0.8em
line-height: 1em !important
.highlight
line-height: 1 !important
pre
code
font-size: 0.8em
code.highlighter-rouge
background: darken($purple, 10%)
color: $light
border-radius: $radius
padding: 0.1em 0.2em
font-size: 0.8em
.highlight
margin-top: 1em