diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-09 23:14:20 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-09 23:14:20 -0500 |
commit | b906f248308291085f8bcc2ce6268fa225e40305 (patch) | |
tree | 2084f0378b2f938e90a5e57625a7c28f016baf94 | |
parent | f825c28eaba78f7ae1d15893cdb181d1d5605ff7 (diff) | |
download | cl-theme-b906f248308291085f8bcc2ce6268fa225e40305.tar.lz cl-theme-b906f248308291085f8bcc2ce6268fa225e40305.tar.xz cl-theme-b906f248308291085f8bcc2ce6268fa225e40305.zip |
Fix "uniform color <code> and <pre>"
This reverts commit f825c28eaba78f7ae1d15893cdb181d1d5605ff7.
-rw-r--r-- | css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/css/style.css b/css/style.css index 22f8e7c..4c54cee 100644 --- a/css/style.css +++ b/css/style.css @@ -7,8 +7,8 @@ Author: jesus e. /* basic formatting changes (mostly to cater for darker colours) */ code { - background-color: #323b43; - color: #1cc7d0; + background-color: #282828; + color: #73d1ed; } li { |