base.css: add OSM Iframe style

This commit is contained in:
He4eT 2025-02-20 03:24:02 +01:00
commit dc1a571d9e

View file

@ -130,3 +130,12 @@ address {
text-wrap: balance; text-wrap: balance;
margin-block: 1em; margin-block: 1em;
} }
/* External Elements */
.osm-iframe {
display: block;
box-sizing: border-box;
border: calc(0.5 * var(--step)) solid var(--color-fg);
filter: grayscale(1);
}