From 5c0b92c54224617af02c3f9bd01739e9328db9b9 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 20 Jul 2021 01:47:35 +0300 Subject: [PATCH] remove border on province edit --- index.css | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/index.css b/index.css index f39b718f..7ba0a234 100644 --- a/index.css +++ b/index.css @@ -169,12 +169,8 @@ a { font-size: 0.8em; } -#statesBody, -#provincesBody { +#statesBody { stroke-width: 3; - stroke-linejoin: round; - fill-rule: evenodd; - mask: url(#land); } #statesHalo { @@ -183,9 +179,16 @@ a { stroke-linejoin: round; } +#provincesBody { + stroke-width: 0.2; +} + +#statesBody, +#provincesBody, #relig, #biomes, #cults { + stroke-linejoin: round; fill-rule: evenodd; mask: url(#land); }