Fixed a display issue with hyphenation

This commit is contained in:
Julien Dessaux 2021-08-16 12:46:43 +02:00
parent 8f6e019821
commit c2bcc961bd

View file

@ -2,7 +2,7 @@ html {
background-color: #002b36; background-color: #002b36;
color: #839496; color: #839496;
} }
body { body, main {
background-color: #073642; background-color: #073642;
} }
code { code {