diff options
author | Julien Dessaux | 2021-08-16 12:46:43 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-08-16 12:46:43 +0200 |
commit | c2bcc961bd1137b0a15762b05e32f01452e9c240 (patch) | |
tree | bf5fc2c0ae92df8dc4cb2c21f84735a81988d9c4 | |
parent | Tweaked the new solarized css (diff) | |
download | www-c2bcc961bd1137b0a15762b05e32f01452e9c240.tar.gz www-c2bcc961bd1137b0a15762b05e32f01452e9c240.tar.bz2 www-c2bcc961bd1137b0a15762b05e32f01452e9c240.zip |
Fixed a display issue with hyphenation
-rw-r--r-- | assets/solarized.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/solarized.css b/assets/solarized.css index e00a93f..1554348 100644 --- a/assets/solarized.css +++ b/assets/solarized.css @@ -2,7 +2,7 @@ html { background-color: #002b36; color: #839496; } -body { +body, main { background-color: #073642; } code { |