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;
@ -44,14 +49,15 @@ h4 {
a { a {
color: #0083e8; color: #0083e8;
text-decoration:none; text-decoration: none;
} }
a:hover { 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%);
} }
@ -76,7 +82,7 @@ blockquote {
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
} }
blockquote:before{ blockquote:before {
display: inline-block; display: inline-block;
position: absolute; position: absolute;
top: 15px; top: 15px;
@ -102,30 +108,31 @@ blockquote cite {
} }
ul { ul {
padding: 0 0.5em; padding: 0 0.5em;
position: relative; position: relative;
} }
ul li { ul li {
line-height: 1.5; line-height: 1.5;
padding: 0.2em 0 0.5em 1.5em; padding: 0.2em 0 0.5em 1.5em;
border-bottom: 2px solid white; border-bottom: 2px solid white;
list-style-type: none!important; list-style-type: none!important;
} }
ul li:before { ul li:before {
font-family: FontAwesome; font-family: FontAwesome;
content: "\f00c"; content: "\f00c";
position: absolute; position: absolute;
left : 0.5em; left: 0.5em;
color: #9dd4ff; color: #9dd4ff;
} }
ul li:last-of-type{ 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;
} }
@ -149,8 +156,8 @@ pre.sourceCode {
} }
footer { footer {
font-size: 14px; font-size: 14px;
color: #8f9296; color: #8f9296;
text-align: center; text-align: center;
margin-top: 40px; margin-top: 40px;
} }