fixed bug when ticker is delisted
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user