diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -23,9 +23,9 @@ .one .role_name { background-color: skyblue; } .two .role_name { background-color: salmon; } -#log { background-color: white; } -#log .st { background-color: gray; color: white; font-weight: bold; padding:3px; text-align: center; } -#log .ss { background-color: gainsboro; color: dimgray; font-weight: bold; padding:3px; text-align: center; } +#log { background-color: #eee; } +#log .st { background-color: #777; color: white; font-weight: bold; padding:3px; text-align: center; } +#log .ss { background-color: #ccc; color: #444; font-weight: bold; padding:3px; text-align: center; } #log .end { font-style: italic; } #log .us_tip { color: blue; text-decoration: dotted underline; cursor: help; } #log .tr_tip { color: #d00; text-decoration: dotted underline; cursor: help; } |