Update Style

This commit is contained in:
agusmakmun
2016-04-19 01:26:43 +07:00
parent 2ba45ff8b0
commit bfaa026f37
3 changed files with 20 additions and 9 deletions

View File

@@ -4,12 +4,17 @@
* //////////////
*/
body {
color: #424242;
font-family: "Roboto Condensed", Arial, sans-serif;
background-color: #fff;
font-size: 16px;
line-height: 1.5em;
color: #666;
font-weight: 300;
}
@media (min-width: 768px) {
.container {
max-width: 730px;
max-width: 780px;
}
}
/**
@@ -27,6 +32,7 @@ h1 {
font-weight: normal;
color: #696969;
margin-bottom: 10px;
font-size: 25px;
}
h2 {
@@ -86,6 +92,7 @@ div.content pre {
overflow-x: auto;
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
font-size: 12px;
border: none;
}
div.content .highlight {
@@ -97,6 +104,7 @@ footer {
width: 100%;
height: 10px;
margin-top: 10px;
margin-bottom: 3em;
padding-top: 10px;
color: #C2C2C2;
font-size: 11px;