aboutsummaryrefslogtreecommitdiff
path: root/assets/css/print.scss
blob: a1ef64c9385ac32aaab736856686e8764e6180a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
:root {
  --fg0: #000000;
  --fg1: #454545;

  --bg0: #ffffff;
  --bg1: #f7f7f7;
  --bg2: #f0f0f0;
  --bg3: #dbdbdb;
  --bg4: #d4d4d4;
}


// Fix stupid shit garbage software cutting text in the middle of it
#container {
  display: inline;
}

.navbar, .aside, .btn {
  display: none;
}

pre {
  max-height: unset;
}

.btn-feed-container {
  margin-bottom: 2rem;
}