n-va

Results 2 issues of n-va

The stroke color is defined as an attribute of #000 when instead should use cascading color values (currentColor) to allow for simple manipulation.

The geographic subdomain is assigned via the config: ``` parent::__construct([ 'geography' => $app['config']->get('openfoodfacts.geography'), 'app' => $app['config']->get('app.name'), ], $app['cache.store']); ``` This doesn't allow for the API subdomain to be conditionally changed...