summaryrefslogtreecommitdiff
path: root/_sass/_print.scss
blob: e63f1873e0dab0bf9940ce4b0f043d5920cbe5ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@media print {

  body {
    font-size: 12pt;
    color: black;
  }

  time {
    color: black;
  }

  a {
    color: black;
    text-decoration: underline;
  }

  .print-hide {
    display: none;
  }
}