Skip to content

Commit 7484dca

Browse files
committed
Use same color for a:visited status for markers
1 parent a1cde54 commit 7484dca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
width: 100%;
5656
height: 100%;
5757
}
58+
.maplibregl-popup-content a:visited {
59+
color: blue;
60+
}
5861
</style>
5962
</head>
6063
<body>

0 commit comments

Comments
 (0)