diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index e61cc02..3b9ba9d 100644 --- a/static/style.css +++ b/static/style.css @@ -3,3 +3,16 @@ body { } + +#guesslist { + list-style: none; + [data-accept="none"] { + background: #aaa; + } + [data-accept="true"] { + background: #00ff00; + } + [data-accept="false"] { + background: #ff0000; + } +} |
