getnikola / nikola-themes

Themes for Nikola
https://themes.getnikola.com/
71 stars 52 forks source link

[hack] Inline source code is hard to distinguish from plain text. #171

Open agausmann opened 5 years ago

agausmann commented 5 years ago

Example:

2019-05-28-010915_956x510_scrot

Source code:

I can call this script with a command like ``portforward http-proxy tcp 8080
80``, and it will map TCP connections to external port 8080 onto port 80 within
``http-proxy``. The duplicate commands are for IPv4 and IPv6 respectively, as
they are technically different addresses and so require different devices to
map them.

Since the theme is primarily monospace, it makes it even more difficult than normal. I'd suggest boxing it with a different background color to distinguish it from the surrounding text.

ralsina commented 5 years ago

You can easily customize it (just put stuff in files/assets/css/custom.css) but yeah, I agree that it would look better with a different background