diff options
Diffstat (limited to 'src/parts/_print.css')
| -rw-r--r-- | src/parts/_print.css | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/src/parts/_print.css b/src/parts/_print.css new file mode 100644 index 0000000..b088192 --- /dev/null +++ b/src/parts/_print.css @@ -0,0 +1,53 @@ +@media print { + body, + pre, + code, + summary, + details, + button, + input, + textarea { + background-color: #fff; + } + + button, + input, + textarea { + border: 1px solid #000; + } + + body, + h1, + h2, + h3, + h4, + h5, + h6, + pre, + code, + button, + input, + textarea, + footer, + summary, + strong { + color: #000; + } + + summary::marker { + color: #000; + } + + summary::-webkit-details-marker { + color: #000; + } + + tbody tr:nth-child(even) { + background-color: #f2f2f2; + } + + a { + color: #00f; + text-decoration: underline; + } +} |
