|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
b,ol,p,ul,figcaption{
|
|
|
|
|
font-family:'Courier New', Courier, monospace
|
|
|
|
|
body,b,ol,p,ul,figcaption{
|
|
|
|
|
font-family: 'Ubuntu Mono', 'Roboto Mono', 'Droid Sans Mono', 'Source Code Pro', Consolas, 'Courier New', monospace, 'SF Mono', 'Menlo', monospace;
|
|
|
|
|
}
|
|
|
|
|
body,h1{
|
|
|
|
|
color:#f8f8f2
|
|
|
|
@ -93,7 +93,7 @@ ol,ul{
|
|
|
|
|
}
|
|
|
|
|
code,h1,h2,h3{
|
|
|
|
|
font-weight:700;
|
|
|
|
|
font-family:'Courier New', Courier, monospace
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
hr{
|
|
|
|
|
width:87%;
|
|
|
|
@ -124,11 +124,9 @@ i{
|
|
|
|
|
margin-right:10px
|
|
|
|
|
}
|
|
|
|
|
.posts{
|
|
|
|
|
font-family:'Courier New', Courier, monospace;
|
|
|
|
|
list-style-type:none
|
|
|
|
|
}
|
|
|
|
|
.code-posts{
|
|
|
|
|
font-family:'Courier New', Courier, monospace;
|
|
|
|
|
color:#6272a4;
|
|
|
|
|
font-size:80%
|
|
|
|
|
}
|
|
|
|
@ -143,7 +141,6 @@ i{
|
|
|
|
|
height:7.5%
|
|
|
|
|
}
|
|
|
|
|
.footer-text{
|
|
|
|
|
font-family:'Courier New', Courier, monospace
|
|
|
|
|
}
|
|
|
|
|
.nested-list{
|
|
|
|
|
margin-left:-2vw;
|
|
|
|
@ -172,7 +169,6 @@ div.desc{
|
|
|
|
|
margin-bottom:4vw
|
|
|
|
|
}
|
|
|
|
|
.responsive{
|
|
|
|
|
font-family:'Courier New', Courier, monospace;
|
|
|
|
|
padding:0 6px;
|
|
|
|
|
margin:auto;
|
|
|
|
|
display:block;
|
|
|
|
@ -199,7 +195,7 @@ div.desc{
|
|
|
|
|
width: 85%;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
@media screen and (max-width:1200px){
|
|
|
|
|
@media screen and (max-width:px){
|
|
|
|
|
.posts,h1,h2,h3,ol,p,ul{
|
|
|
|
|
margin-left:20px;
|
|
|
|
|
margin-right:20px;
|
|
|
|
|