aboutsummaryrefslogtreecommitdiff
path: root/resources/styles.css
diff options
context:
space:
mode:
authorGravatar Jon Barlow <jon.barlow@fitbit.com> 2017-08-24 15:05:51 +0100
committerGravatar Jon Barlow <jon.barlow@fitbit.com> 2017-08-24 15:05:51 +0100
commit8a8a331096d0399f77bbac665e2523cf994353d3 (patch)
tree056417b68534c9787b23b42eee23a9f35ded010d /resources/styles.css
parentb20803d82026aaa15e69ef2f62a025f5fcae33f1 (diff)
Initial
Diffstat (limited to 'resources/styles.css')
-rw-r--r--resources/styles.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/resources/styles.css b/resources/styles.css
new file mode 100644
index 0000000..ccf38e9
--- /dev/null
+++ b/resources/styles.css
@@ -0,0 +1,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;
+}
+