Skip to content

Commit

Permalink
Merge pull request #65 from rpavlik/print-links
Browse files Browse the repository at this point in the history
Improve print formatting
  • Loading branch information
apankrat authored Nov 12, 2022
2 parents a2192dc + 963a00b commit 0f91f5a
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions nullboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
}
.board .note .raw {
outline: none;
text-shadow: none;
}

.board .head .text a,
.board .note .text a {
color: #333;
text-shadow: none;
text-decoration: underline;
}
}

Expand Down

0 comments on commit 0f91f5a

Please sign in to comment.