diff options
Diffstat (limited to 'org/css/shitty-theme.css')
-rw-r--r-- | org/css/shitty-theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/css/shitty-theme.css b/org/css/shitty-theme.css index e2aeff2..7d8a04e 100644 --- a/org/css/shitty-theme.css +++ b/org/css/shitty-theme.css @@ -12,7 +12,7 @@ body { color: #00ff00; background-color: #060a0f; border: 1px solid gray; - word-wrap : break-word; + word-wrap: break-word; overflow-wrap: break-word; } |