wowana.me
website source
commit b8f6b9aeeef218202eda65099a10abf3a885fcdd parent 5075286a91ae8ca2c8f7968a4e672e40fa26be04 Author: opal hart <opal@wowana.me> Date: Wed, 5 Jun 2019 03:31:20 +0000 update css make paragraphs and horizontal lines prettier Diffstat:
M | out/opal.css | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/out/opal.css b/out/opal.css @@ -9,6 +9,12 @@ body { max-width: 100%; display: flex; } +hr { + border-width: .2em 0 0; + border-style: dashed; + border-color: #000; + max-width: 3em; +} .sidebar-holder { display: inline-block; font: .9em Arial, sans-serif; @@ -37,6 +43,11 @@ body { .main header { font-family: Arial, sans-serif; } +.main p { + hyphens: auto; + text-align: justify; + text-indent: 1em; +} summary, .main a { color: #000; text-decoration: underline;