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

+ 2 - 0
css/custom.css

@@ -52,6 +52,8 @@ div.calendar table.wachenaufgaben tr td.time {
   font-size: 90%;
 }
 div.dailyoverview header.module-header {
+  color: #fff;
   font-size: 2.5em !important;
+  padding: 0.2em;
   border-bottom: 5px solid #999 !important;
 }

+ 2 - 0
css/custom.less

@@ -70,7 +70,9 @@ div.calendar {
 div.dailyoverview {
   header {
       &.module-header {
+        color: #fff;
         font-size: 2.5em !important;
+        padding: 0.2em;
         border-bottom: 5px solid #999 !important;
       }
   }