diff options
-rw-r--r-- | css/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 3d1de7c..fb86fd0 100644 --- a/css/style.css +++ b/css/style.css @@ -6,6 +6,11 @@ Author: jesús e. /* basic formatting changes (mostly to cater for darker colours) */ +pre { + background: black; + color: white; +} + /* html/body/font-fixes */ body, input, textarea, .button { font-family: 'Roboto Condensed', sans-serif; |