mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-28 07:43:18 +00:00
🎨 Modularize and refactor CSS: restructure styles into theme.css, base.css, utilities.css, and component-specific files (flux-overrides.css, custom.css, leaflet.css) to improve maintainability and align with the Einundzwanzig Design System.
This commit is contained in:
19
resources/css/vendors/leaflet.css
vendored
Normal file
19
resources/css/vendors/leaflet.css
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
/**
|
||||
* Leaflet Map Overrides
|
||||
*
|
||||
* Anpassungen für die Leaflet-Kartenbibliothek
|
||||
* im Einundzwanzig Dark-Theme.
|
||||
*/
|
||||
|
||||
.leaflet-popup-content-wrapper {
|
||||
background-color: #404040 !important;
|
||||
}
|
||||
|
||||
.leaflet-control-zoom-in,
|
||||
.leaflet-control-zoom-out {
|
||||
background-color: #404040 !important;
|
||||
}
|
||||
|
||||
.leaflet-container a {
|
||||
color: unset !important;
|
||||
}
|
||||
Reference in New Issue
Block a user