Hide modal tooltip underline in print view

This commit is contained in:
Tetrakern 2024-10-04 13:36:25 +02:00
parent 18c0b7d93f
commit c86b95d198
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -23,6 +23,10 @@
color: currentColor !important;
}
.modal-tooltip {
text-decoration: none !important;
}
article {
padding: 0 !important;
}