Skip to content

Commit

Permalink
curl.css: make the man page texts justified
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Mar 12, 2024
1 parent 71e4b22 commit b65bc61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions curl.css
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,17 @@ a.sitesearch:hover {
background: #ffe0e0;
}


p.level0 {
text-align: justify;
text-justify: inter-word;
}

p.level1 {
text-align: justify;
text-justify: inter-word;
}

/* DARK MODE PROPERTIES */
/* These will override all settings above */
@media (prefers-color-scheme: dark) {
Expand Down

0 comments on commit b65bc61

Please sign in to comment.