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

@@ -37,6 +37,10 @@
text-decoration: none;
}
.tooltiptext {
font-weight: 400;
}
body {
color: #e8e6e3;
background-color: #181a1b;

View File

@@ -37,6 +37,10 @@
text-decoration: none;
}
.tooltiptext {
font-weight: 400;
}
body {
color: #000;
background-color: #fff;
@@ -50,4 +54,4 @@ body a {
font-weight: 400;
color: #0055ff;
text-decoration: none;
}
}

View File

@@ -60,6 +60,10 @@
text-decoration: underline;
}
.tooltiptext {
font-weight: 600;
}
body {
color: #ebebeb;
background-color: #171717;

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