aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/theme/dispy-dark/style.css8
-rw-r--r--view/theme/dispy/style.css7
2 files changed, 14 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css
index 5a07218bf..8e59b151d 100644
--- a/view/theme/dispy-dark/style.css
+++ b/view/theme/dispy-dark/style.css
@@ -42,7 +42,7 @@ html {
}
body {
margin: 0;
- font-size: 16px;
+ font-size: 12pt;
line-height: 1.1em;
}
body, button, input, select, textarea {
@@ -2638,3 +2638,9 @@ footer {
display: inline-block;
}
+
+@media handheld {
+ body {
+ font-size: 15pt;
+ }
+}
diff --git a/view/theme/dispy/style.css b/view/theme/dispy/style.css
index 1bee0396c..8081bfc28 100644
--- a/view/theme/dispy/style.css
+++ b/view/theme/dispy/style.css
@@ -2643,3 +2643,10 @@ footer {
display: inline-block;
}
+
+@media handheld {
+ body {
+ font-size: 15pt;
+ }
+}
+