diff --git a/homepage/style.css b/homepage/style.css index 6f093bb..e024331 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -780,4 +780,13 @@ form#views button .updatenumber { .testbtn { background:#77c487 !important; +} + +pre.bash { + background-color: black; + color: white; + font-size: medium ; + font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace; + width: 100%; + display: inline-block; } \ No newline at end of file