From 335e1c6848458d1b6b8621ef5a7b8de10320f421 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Wed, 22 Jun 2022 13:05:11 -0400 Subject: [PATCH] Update style.css --- homepage/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) 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