revises code fonts and styles

This commit is contained in:
Huy Tran 2018-04-04 22:04:36 +10:00
parent 5debbbb2e1
commit 82ce92d9c4
3 changed files with 12 additions and 15 deletions

View file

@ -32,7 +32,7 @@ body
.meta
{
font-size: .8rem !important;
font-size: .8rem;
font-weight: 300;
}
@ -50,28 +50,24 @@ pre
overflow-x: auto; /* no line wrapping */
}
pre,
code
pre code, li code, td code, code
{
font-family: 'Roboto Mono', monospace;
border-radius: 4px;
width: 100%;
font-size: .9em;
white-space: pre-wrap;
padding:1px 4px;
background: #eee;
/* color: #444; */
border: 1px solid #d9d9d9;
}
code {
padding:.20em .2em .10em;
background: #272932!important;
color: #ececec!important;
box-sizing: border-box;
margin: 0 .25em;
font-family: 'Roboto Mono', monospace;
font-size: 90%;
}
.copyright,
.poweredby
{
font-size: 13px !important;
font-size: 13px;
font-weight: 300;
}