diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -35,7 +35,6 @@ body.Observer #hand { padding: 6px 10px; text-align: right; font-size: 20px; - //text-shadow: 0 0 2px #fff8; color: #0004; } @@ -83,7 +82,7 @@ body.Observer #hand { width: 825px; border: 2px solid #0004; border-color: #fff3 #0004 #0004 #fff3; - box-shadow: 0 0 0 1px #222, 1px 1px 8px -2px #000; + box-shadow: 0 0 0 1px #222, 1px 1px 8px #0008; } #hand, .court { @@ -108,9 +107,9 @@ body.Observer #hand { #hand { top: calc(12px + 80px + 12px + 638px + 12px + 80px + 12px) } #mapwrap { height: calc(12px + 80px + 12px + 638px + 12px + 80px + 12px + 80px) } -#hand, .court { background-color: #666 } -.red.court { background-color: hsl(359,35%,45%) } -.blue.court { background-color: hsl(220,35%,45%) } +#hand, .court { background-color: hsl(0,0%,55%) } +.red.court { background-color: hsl(359,35%,55%) } +.blue.court { background-color: hsl(220,35%,55%) } #map div { position: absolute; |