Skip to content

Commit

Permalink
White shield border for Irish N-road and British A-road
Browse files Browse the repository at this point in the history
  • Loading branch information
Blijbol committed Jan 7, 2024
1 parent 8eff097 commit 1196781
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/shield_defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3320,6 +3320,7 @@ export function loadShields() {

shields["omt-ie-national"] = roundedRectShield(
Color.shields.green,
Color.shields.white,
Color.shields.yellow
);

Expand Down Expand Up @@ -3535,6 +3536,7 @@ export function loadShields() {

shields["omt-gb-trunk"] = roundedRectShield(
Color.shields.green,
Color.shields.white,
Color.shields.yellow
);

Expand Down

0 comments on commit 1196781

Please sign in to comment.