diff --git a/frontend/icons.svg b/frontend/icons.svg index ebf5612..279f718 100644 --- a/frontend/icons.svg +++ b/frontend/icons.svg @@ -8,4 +8,7 @@ + + + \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html index 5144521..ca54413 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -86,7 +86,11 @@

Klangkarte - ?⃝ + + + + +

diff --git a/frontend/style.css b/frontend/style.css index 673c726..e0eaf61 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -20,6 +20,14 @@ html, body { overflow: auto; /* filter: drop-shadow(0 0 2px #000); */ } +#info svg { + width: .75em; + height: .75em; + position: absolute; + top: 8px; + right: 8px; + fill: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1)); +} .card { margin: 8px;