tweak highlight colour

This commit is contained in:
Damien Elmes 2012-01-17 14:59:45 +09:00
parent 0e0881193e
commit ad5be96468

View file

@ -54,7 +54,7 @@ a.deck { color: #000; text-decoration: none; }
a.deck:hover { text-decoration: underline; }
tr.deck td { border-bottom: thick solid transparent; }
td.opts { white-space: nowrap; }
tr.drag-hover td { border-bottom: thick solid #448; }
tr.drag-hover td { border-bottom: 1px solid #aaa; }
.extra { font-size: 90%; }
body { margin: 1em; -webkit-user-select: none; }
"""