website changes

This commit is contained in:
Zsolt Ero
2024-06-11 23:41:04 +02:00
parent c02a44d6e1
commit 8df37ce4f0
4 changed files with 33 additions and 2 deletions

View File

@@ -168,6 +168,29 @@ code {
background-position: center;
background-repeat: no-repeat;
cursor: pointer;
transition: opacity 3s;
}
.mapbg-attrib {
font:
12px / 20px Helvetica Neue,
Arial,
Helvetica,
sans-serif;
background-color: hsla(0, 0%, 100%, 0.5);
padding: 0 5px;
bottom: 0;
right: 0;
position: absolute;
}
.mapbg-attrib a {
color: rgba(0, 0, 0, 0.75);
text-decoration: none;
}
.mapbg-attrib a:hover {
text-decoration: underline;
}
.btn {