cloud-init icon indicating copy to clipboard operation
cloud-init copied to clipboard

[docs]: why do you hate people with eyeballs?

Open lsh-0 opened this issue 1 year ago • 1 comments

~Documentation~ Explanation request

The current colours are blinding and difficult to read:

Screenshot at 2024-01-10 14-52-04

Reader-mode helps:

Screenshot at 2024-01-10 14-56-40

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:

Screenshot at 2024-01-10 15-00-52

A previous version of the docs was much, much, easier on the eyes:

Screenshot at 2024-01-10 14-53-50

And with a little tweaking, the current site is now more friendly to regular people sporting two eyeballs:

Screenshot at 2024-01-10 15-05-33

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

lsh-0 avatar Jan 10 '24 04:01 lsh-0

Thank @lsh-0 for suggesting this improvement for our documentation.

CalvoM avatar Jan 10 '24 09:01 CalvoM