diff options
Diffstat (limited to 'web/static/style.css')
-rw-r--r-- | web/static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/static/style.css b/web/static/style.css index e747e1a..0ebec5c 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -396,6 +396,7 @@ body { #visits .p100 { color: #78c018; } #visits .p140 { color: #20e018; } #visits .p180 { color: #20e018; font-weight: bold; } +#visits .throws-first { color: #aaa; } #visits .visit-p1-name { grid-column: 1 / span 2; } #visits .visit-p2-name { grid-column: 4 / span 2; } #visits .visit-p1-pts { grid-column: 1; } |