From dc4a4d2f9a338e3d3560c514b0c97cb8bfea36b1 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Fri, 29 Sep 2017 13:03:48 -0400 Subject: Added axes to condition diagram --- app/assets/stylesheets/pokeviewer/pokemon.css.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/assets/stylesheets') 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 { fill-opacity: 0.3; } + .pkcv-line { + stroke: gray; + stroke-width: 2; + } + .pkcv-data { fill: #4ee100; + fill-opacity: 0.9; } .pkcv-label, .pkcv-label-outline { -- cgit 1.4.1