Font rehaul

main
TitanE 1 year ago
parent d1b2231f88
commit 9aa021c2da

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

Loading…
Cancel
Save