cloud-init
cloud-init copied to clipboard
[docs]: why do you hate people with eyeballs?
~Documentation~ Explanation request
The current colours are blinding and difficult to read:
Reader-mode helps:
But navigation is lost.
Dark mode has the inverse problem, where fonts are thin and small and get lost in the darkness so you end up peering and squinting at the page:
A previous version of the docs was much, much, easier on the eyes:
And with a little tweaking, the current site is now more friendly to regular people sporting two eyeballs:
edit: css overrides:
body {
background-color: #eee;
font-family: "bitstream vera sans";
}
.main {
font-size: 1.2em;
}
.toc-drawer {
background-color: #eee;
display: none;
}
.sidebar-drawer {
background-color: #eee;
}
Reported from: https://canonical-cloud-init.readthedocs-hosted.com/en/latest/reference/network-config-format-v2.html
Thank @lsh-0 for suggesting this improvement for our documentation.