change to Font-Awesome 5

This commit is contained in:
Huy Tran 2018-02-22 10:37:37 +11:00
parent e214a227b6
commit a0df983ae7
5 changed files with 36 additions and 18 deletions

View file

@ -43,12 +43,31 @@ pre
tab-size: 2;
}
.hljs {
white-space: pre;
overflow-x: auto; /* no line wrapping */
}
pre,
code
{
font-family: monospace;
border-radius: 4px;
width: 100%;
font-size: .85em;
}
code {
padding:.15em .3em;
background: #272932!important;
color: #ececec!important;
box-sizing: border-box;
margin: 0 .25em;
}
.copyright,
.poweredby
{