From 6a1995d65644fe95a10561e88386450f997bc848 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Thu, 28 Apr 2022 21:58:18 +0200 Subject: [PATCH] =?UTF-8?q?style=20the=20nature-affected=20pok=C3=A9mon=20?= =?UTF-8?q?stats?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/shiny/pkmn.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/style/shiny/pkmn.css b/style/shiny/pkmn.css index 4a4cd5b..4dbff04 100644 --- a/style/shiny/pkmn.css +++ b/style/shiny/pkmn.css @@ -49,6 +49,22 @@ } +.pkmn-nature-down { + color: hsl(200deg, 80%, 80%); +} + +.pkmn-nature-up { + color: hsl(340deg, 100%, 87%); +} + +th:is(.pkmn-nature-down,.pkmn-nature-up)::after { + vertical-align: super; + font-weight: 500; +} + +th.pkmn-nature-down::after { content: '−'; } +th.pkmn-nature-up::after { content: '+'; } + .bug { --type-col: #83c300;