This commit is contained in:
kampersanda 2017-11-18 22:15:19 +09:00
parent 0d05304b60
commit c5e71dfbfb

View file

@ -13,7 +13,12 @@ body {
padding: 2em 2em 2em; padding: 2em 2em 2em;
} }
h1, h2, h3, h4, h5, h6 { h1,
h2,
h3,
h4,
h5,
h6 {
color: #494949; color: #494949;
font-weight: 600; font-weight: 600;
line-height: 1.3; line-height: 1.3;
@ -51,7 +56,8 @@ a:hover {
text-decoration: underline; text-decoration: underline;
} }
b, strong { b,
strong {
font-weight: 600; font-weight: 600;
background: linear-gradient(transparent 75%, #a7d6ff 70%); background: linear-gradient(transparent 75%, #a7d6ff 70%);
} }
@ -125,7 +131,8 @@ ul li:last-of-type{
border-bottom: none; border-bottom: none;
} }
pre, code { pre,
code {
background: #f5f5f5; background: #f5f5f5;
font-family: 'Source Code Pro', monospace; font-family: 'Source Code Pro', monospace;
} }