diff options
-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 { |