Skip to content

Commit

Permalink
Mark linked popup title more clearly as link (refs #353)
Browse files Browse the repository at this point in the history
  • Loading branch information
ut committed Jan 6, 2025
1 parent 6298d78 commit 63a625f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .bundler-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
ignore:
- CVE-2024-54133
2 changes: 1 addition & 1 deletion app/assets/stylesheets/1_basics.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ div.small {
}
.hide, .hidden {display: none;}
.shy {
color: #888;
color: #666;
font-size: 14px;
}
.small {
Expand Down
9 changes: 8 additions & 1 deletion app/assets/stylesheets/4_map.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,15 @@
margin-right: 5px;
}
#map.leaflet-container a {
color: darken(#c6c600,10%);
color: darken(#c6c600,10%);
}
#map.leaflet-container h4 a {
text-decoration: underline;
}

#map.leaflet-container a:hover {
text-decoration: underline;
color: darken(#c6c600,20%);
}
.leaflet-bar a, .leaflet-bar a:hover {
background-color: #333;
Expand Down

0 comments on commit 63a625f

Please sign in to comment.