feat: info icon

This commit is contained in:
relikd
2024-07-03 00:46:36 +02:00
parent 981d636d90
commit 8cd5bbcbc0
3 changed files with 16 additions and 1 deletions

View File

@@ -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;