mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-06-25 20:27:50 +02:00
Add PowerShell script entry; CSS for codeblock
This commit is contained in:
11
css/css.css
11
css/css.css
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user