aboutsummaryrefslogtreecommitdiff
path: root/resources/styles.css
blob: ccf38e9f8efd108f63e36ec18a64813e6afa33c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
text     {
  font-size: 32;
  font-family: System-Regular;
  font-weight: regular;
  y: 12;
  text-length: 32;
}

textarea {
  font-size: 32;
  font-family: System-Regular;
  font-weight: regular;
  y: 12;
  text-length: 1024;
}

#page {
  fill: black;
}