Jonathan Starck пре 3 година
родитељ
комит
7c37b2220f
2 измењених фајлова са 4 додато и 4 уклоњено
  1. 2 2
      css/custom.css
  2. 2 2
      css/custom.less

+ 2 - 2
css/custom.css

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

+ 2 - 2
css/custom.less

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