diff --git a/konova/static/css/konova.css b/konova/static/css/konova.css index b365076f..0c872967 100644 --- a/konova/static/css/konova.css +++ b/konova/static/css/konova.css @@ -278,4 +278,14 @@ Similar to bootstraps 'shadow-lg' } .alert{ margin-bottom: 0 !important; +} + +/* +Overwrites netgis.css attributes + */ +.netgis-gradient-a{ + /* + Overwrites gradient used on default css of netgis map client + */ + background: var(--rlp-red) !important; } \ No newline at end of file