瀏覽代碼

no message

Jonathan Starck 3 年之前
父節點
當前提交
b06b41aa48
共有 2 個文件被更改,包括 8 次插入0 次删除
  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%;
+        }
     }
 }