B. Petersen 5 lat temu
rodzic
commit
87747df822
1 zmienionych plików z 5 dodań i 2 usunięć
  1. 5 2
      deltachat-ios/Assets/Help/help.css

+ 5 - 2
deltachat-ios/Assets/Help/help.css

@@ -1,3 +1,8 @@
+body {
+    font-family: serif;
+    font-size: 300%;
+}
+
 a {
   text-decoration: none;
 }
@@ -14,12 +19,10 @@ ul#top {
 
 ul#top > li {
   font-weight: bold !important;
-  font-size: 1.2rem !important;
 }
 
 ul#top li {
   margin-top: .7rem;
   margin-bottom: .7rem;
   font-weight: normal;
-  font-size: 1rem;
 }