浏览代码

no message

Jonathan Starck 3 年之前
父节点
当前提交
044e82f46c
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      css/custom.css
  2. 2 2
      css/custom.less

+ 2 - 2
css/custom.css

@@ -24,7 +24,7 @@
   --gap-modules: 30px;
 }
 table.wachenaufgaben {
-  font-size: 3.5em !important;
+  font-size: 2em !important;
   border-collapse: collapse;
 }
 table.wachenaufgaben tr {
@@ -43,7 +43,7 @@ table.wachenaufgaben tr td.symbol {
 }
 table.wachenaufgaben tr td.symbol span.fa {
   font-family: 'Font Awesome 6 Pro';
-  font-weight: 400;
+  font-weight: 300;
 }
 table.wachenaufgaben tr td.time {
   font-size: 90%;

+ 2 - 2
css/custom.less

@@ -31,7 +31,7 @@
 }
 
 table.wachenaufgaben {
-    font-size: 3.5em !important;
+    font-size: 2em !important;
     border-collapse: collapse;
 
     tr {
@@ -51,7 +51,7 @@ table.wachenaufgaben {
                 span {
                     &.fa {
                         font-family: 'Font Awesome 6 Pro';
-                        font-weight: 400;
+                        font-weight: 300;
                     }
                 }
             }