canonical / cloud-init

Official upstream for the cloud-init: cloud instance initialization

Home Page:https://cloud-init.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

lsh-0 opened this issue · comments

commented

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

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