change to Font-Awesome 5
This commit is contained in:
parent
e214a227b6
commit
a0df983ae7
5 changed files with 36 additions and 18 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue