fixed bug when ticker is delisted

This commit is contained in:
2023-01-27 16:19:48 +01:00
parent 4aa848149f
commit 823add100d
2 changed files with 21 additions and 9 deletions

View File

@@ -61,6 +61,16 @@
max-width: 900px;
}
}
@media print {
/* ne pas affichier l'url after the link */
a[href]:after {
content: none !important;
}
* {
color: inherit !important;
background-color: inherit !important;
}
}
.container h2{
color: crimson !important;