diff options
author | Chris Xiong <chirs241097@gmail.com> | 2024-09-04 23:45:04 -0400 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2024-09-04 23:45:04 -0400 |
commit | 2f242687983cb85955c93df3ff61b5e2177226ea (patch) | |
tree | 0d03cfe394ae812a5fa7e2667ec2a6f3d753eaaa /blog | |
parent | b249de74433677dc456099395872fcdf47ec6773 (diff) | |
download | web-2f242687983cb85955c93df3ff61b5e2177226ea.tar.xz |
Update blog stylesheets. Allow word wrap in <pre> by default.
Diffstat (limited to 'blog')
-rw-r--r-- | blog/blogext.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/blogext.css b/blog/blogext.css index 2bc341a..17c06f5 100644 --- a/blog/blogext.css +++ b/blog/blogext.css @@ -65,6 +65,7 @@ pre { background:rgba(128,128,128,0.4); border:1px rgba(128,128,128,0.4) solid; padding:4px; + text-wrap: wrap; } code { font-family:'CMU Typewriter Text w', 'CMU Typewriter Text', 'TeX Gyre Cursor', 'FreeMono', 'Courier New', Courier, monospace; |