Skip to content

Commit

Permalink
updated styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter275 committed Jun 16, 2024
1 parent febd62d commit 99c240e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const MapPage = (): JSX.Element => {
attributionControl={false}
renderWorldCopies={false}
maxPitch={0}
style = {{filter: darkMode ? 'invert(100%)' : ''}}
style = {{filter: darkMode ? 'brightness(0.6) invert(1) contrast(3) hue-rotate(200deg) saturate(0.3) brightness(0.7)' : ''}}
dragRotate={false}
touchZoomRotate={false}
initialViewState={{
Expand Down Expand Up @@ -161,7 +161,7 @@ export const MapPage = (): JSX.Element => {
key={node.num}
longitude={node.position.longitudeI / 1e7}
latitude={node.position.latitudeI / 1e7}
style = {{filter: darkMode ? 'invert(100%)' : ''}}
style = {{filter: darkMode ? 'invert(1)' : ''}}
anchor="bottom"
>
<div
Expand Down

0 comments on commit 99c240e

Please sign in to comment.