Skip to content

Commit

Permalink
refactor: remove legacy map background css code
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Dec 19, 2023
1 parent 900a612 commit ecd37f4
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -94,43 +94,6 @@ html[data-theme="dark"] img:not(.only-dark):not(.dark-light) {
filter: none;
}

/*******************************************************************************
* characteristic of the map
*
**/
#map,
#map-overlay {
position: fixed;
top: 0;
left: 0;
margin: 0;
padding: 0;
height: 100vh;
width: 100vw;
}

#map {
z-index: -2;
}
#map-overlay {
z-index: -1;
}
html[data-theme="light"] #map-overlay {
background-color: rgba(255, 255, 255, 0.8);
}
html[data-theme="dark"] #map-overlay {
background-color: rgba(18, 18, 18, 0.3);
}
.leaflet-container {
background: var(--pst-color-background) !important;
}
.lb-outerContainer {
background-color: var(--pst-color-background);
}
footer {
background-color: var(--pst-color-background);
}

/*******************************************************************************
* custom article footer rendering
*/
Expand Down

0 comments on commit ecd37f4

Please sign in to comment.