Jonathan Starck 3 lat temu
rodzic
commit
b06b41aa48
2 zmienionych plików z 8 dodań i 0 usunięć
  1. 4 0
      css/custom.css
  2. 4 0
      css/custom.less

+ 4 - 0
css/custom.css

@@ -59,4 +59,8 @@ table.wachenaufgaben {
 }
 table.wachenaufgaben tr {
   opacity: 1!important;
+  font-size: 100%;
+}
+table.wachenaufgaben tr td {
+  font-size: 100%;
 }

+ 4 - 0
css/custom.less

@@ -39,5 +39,9 @@ table.wachenaufgaben {
     font-size: 3.5em!important;
     tr {
         opacity: 1!important;
+        font-size: 100%;
+        td {
+            font-size: 100%;
+        }
     }
 }