added info tooltip

This commit is contained in:
2024-07-06 14:43:03 +02:00
parent f41da4044c
commit 83c556adbd
8 changed files with 120 additions and 8 deletions

View File

@@ -38,6 +38,10 @@
text-decoration: none;
}
.tooltiptext {
font-weight: 600;
}
body {
color: #f6f6f6;
background-color: #16171d;
@@ -51,4 +55,4 @@ body a {
font-weight: 900;
color: #e542ff;
text-decoration: none;
}
}