diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-03 18:13:57 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-03 18:13:57 -0500 |
commit | 84a3136495f41525b21f083b82b4863ba5ccff22 (patch) | |
tree | 148d90f35462b335b3220f5c7a06c94c51178908 | |
parent | 92f10a84cb5abbd7d682e9a7c89d20e6deaffa91 (diff) | |
download | cl-theme-84a3136495f41525b21f083b82b4863ba5ccff22.tar.lz cl-theme-84a3136495f41525b21f083b82b4863ba5ccff22.tar.xz cl-theme-84a3136495f41525b21f083b82b4863ba5ccff22.zip |
fix color <pre>
-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; |