]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/colors.scss
Update maplibre-gl-leaflet to 0.1.3
[rails.git] / app / assets / stylesheets / colors.scss
1 :root {
2   --marker-red: #f6110a;
3   --marker-green: #9cef11;
4   --marker-blue: #0b8ef1;
5 }
6
7 svg.role-icon {
8   fill: currentColor;
9   &.inactive {
10     fill: var(--bs-body-bg, transparent);
11   }
12   &.administrator {
13     color: #f69e42;
14   }
15   &.moderator {
16     color: #447eff;
17   }
18   &.importer {
19     color: #38e13a;
20   }
21 }