Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Kea Kea
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 502
    • Issues 502
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 52
    • Merge requests 52
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • ISC Open Source Projects
  • KeaKea
  • Issues
  • #2437
Closed
Open
Created Jun 09, 2022 by Suzanne Goldlust@sgoldlustDeveloper

Read the Docs style changes

While overhauling the BIND ARM with Ron Aitchison, we had a lengthy discussion about how the literal text style in Read the Docs is not very readable. After a lot of bikeshedding, we decided to override the RTD defaults and make the literal text black. Here is the custom CSS code that Petr added in doc/arm/_static/custom.css:

/* readability improvements */
.rst-content code.literal {
    color: black;
}
.rst-content code.xref {
    text-decoration: underline dotted gray;
}

I think it makes sense to make the same changes in the Kea ARM.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking