diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/pokeviewer/pokemon.css.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pokeviewer/pokemon.css.scss b/app/assets/stylesheets/pokeviewer/pokemon.css.scss index c9560d4..2a75730 100644 --- a/app/assets/stylesheets/pokeviewer/pokemon.css.scss +++ b/app/assets/stylesheets/pokeviewer/pokemon.css.scss | |||
@@ -333,8 +333,14 @@ body { | |||
333 | fill-opacity: 0.3; | 333 | fill-opacity: 0.3; |
334 | } | 334 | } |
335 | 335 | ||
336 | .pkcv-line { | ||
337 | stroke: gray; | ||
338 | stroke-width: 2; | ||
339 | } | ||
340 | |||
336 | .pkcv-data { | 341 | .pkcv-data { |
337 | fill: #4ee100; | 342 | fill: #4ee100; |
343 | fill-opacity: 0.9; | ||
338 | } | 344 | } |
339 | 345 | ||
340 | .pkcv-label, .pkcv-label-outline { | 346 | .pkcv-label, .pkcv-label-outline { |