Skip to content

Commit

Permalink
Icon change
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresma1 committed Nov 24, 2024
1 parent 9647d10 commit 809d191
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--background-color: #ffffff; /* Light background */
--background-color-transparent: rgba(255, 255, 255, 0.80); /* Light background */
--text-color: #000000; /* Dark text */
--primary-color: #4169E1; /* Royal Blue */
--primary-color: #1E90FF; /* Electric Blue */
--secondary-color: #FF7F50; /* Coral */
}

Expand Down
12 changes: 12 additions & 0 deletions images/plane-svgrepo-com-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions images/plane-svgrepo-com-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ map.addLayer(lightMaplayer);

// Marker symbol for Vatsim planes
let vatsimMarkerIcon = L.icon({
iconUrl: "images/plane.png",
iconUrl: "images/plane-svgrepo-com-dark.svg",
iconSize: [20, 20],
iconAnchor: [15, 0],
popupAnchor: [0, 0]
Expand Down

0 comments on commit 809d191

Please sign in to comment.