Jonathan Starck 3 anos atrás
pai
commit
25340cd787
2 arquivos alterados com 22 adições e 1 exclusões
  1. 10 0
      css/custom.css
  2. 12 1
      css/custom.less

+ 10 - 0
css/custom.css

@@ -54,3 +54,13 @@
   width: 50%;
   height: auto;
 } */
+table.wachenaufgaben {
+  font-size: 3.5em !important;
+}
+table.wachenaufgaben tr {
+  opacity: 1!important;
+  font-size: 3.5em !important;
+}
+table.wachenaufgaben tr td {
+  font-size: 3.5em !important;
+}

+ 12 - 1
css/custom.less

@@ -33,4 +33,15 @@
 /* #module_2_MMM-ImageSlideshow img {
   width: 50%;
   height: auto;
-} */
+} */
+
+table.wachenaufgaben {
+    font-size: 3.5em!important;
+    tr {
+        opacity: 1!important;
+        font-size: 3.5em!important;
+        td {
+            font-size: 3.5em!important;
+        }
+    }
+}