diff options
Diffstat (limited to 'css/style.css')
-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 { |