Add PowerShell script entry; CSS for codeblock

This commit is contained in:
kfrn
2017-01-27 18:11:45 +13:00
parent 64be8a7973
commit d7fb2e1f81
2 changed files with 53 additions and 6 deletions

View File

@ -56,4 +56,13 @@ div {
.btn:hover:before, .btn:focus:before, .btn:active:before {
-webkit-transform: scale(1.3) translateZ(0);
transform: scale(1.3) translateZ(0);
}
}
.codeblock {
font-family: monospace
padding:2px 4px;
font-size:90%;
color:#c7254e;
background-color:#f9f2f4;
border-radius:4px
}