X-Git-Url: http://git.ieval.ro/?p=nethack-naodash.git;a=blobdiff_plain;f=web%2Fdash.css;h=82a0bc6de933b9c1ba291370bff4af9691db2e30;hp=8bd91e7897acf58ebc18303f4c56ee508a5328ac;hb=9a65292960ad5038b2d50c58ae008120406ef4d0;hpb=01ba3ddc757514e3474b1c79855de5fea5da1445 diff --git a/web/dash.css b/web/dash.css index 8bd91e7..82a0bc6 100644 --- a/web/dash.css +++ b/web/dash.css @@ -39,8 +39,12 @@ h2:after { text-align: center; } +span[title]:after { + content: " ✗"; +} + span[title] { - color: #F66; + color: #D33; font-family: monospace; font-size: 1.25em; margin-right: 1.5em; @@ -48,7 +52,11 @@ span[title] { span[title].done { - color: #7E7; + color: #8F8; +} + +span[title].done:after { + content: " ✓"; } dl {