Merge pull request #65 from rpavlik/print-links

Improve print formatting
This commit is contained in:
Alexander Pankratov
2022-11-12 17:24:23 +01:00
committed by GitHub

View File

@@ -1307,11 +1307,23 @@
.board .note {
box-shadow: none;
outline: 1px solid #ccc;
text-shadow: none !important;
outline: 1px solid #888;
}
.list {
outline: 1px solid #555;
}
.board .note .raw {
outline: none;
text-shadow: none;
}
.board .note.raw {
outline: none;
.board .head .text a,
.board .note .text a {
color: #333;
text-shadow: none;
text-decoration: underline;
}
}