diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-09 23:09:27 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-09 23:09:27 -0500 |
commit | f825c28eaba78f7ae1d15893cdb181d1d5605ff7 (patch) | |
tree | 1f6c074d77dd973ff5ca11942d9ce084ced67190 | |
parent | 92a3f344e672d3673661dabb65e4de9f9a556155 (diff) | |
download | cl-theme-f825c28eaba78f7ae1d15893cdb181d1d5605ff7.tar.lz cl-theme-f825c28eaba78f7ae1d15893cdb181d1d5605ff7.tar.xz cl-theme-f825c28eaba78f7ae1d15893cdb181d1d5605ff7.zip |
Revert "uniform color <code> and <pre>"
This reverts commit 92a3f344e672d3673661dabb65e4de9f9a556155.
-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 4c54cee..22f8e7c 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: #282828; - color: #73d1ed; + background-color: #323b43; + color: #1cc7d0; } li { |