Jonathan Starck 3 lat temu
rodzic
commit
096fd3ccb7
2 zmienionych plików z 10 dodań i 38 usunięć
  1. 4 32
      css/custom.css
  2. 6 6
      css/custom.less

+ 4 - 32
css/custom.css

@@ -7,34 +7,7 @@
  * MIT Licensed.
  */
 /* Uncomment and adjust accordingly if you want to import another font from the google-fonts-api: */
-@font-face {
-  font-family: 'Poppins';
-  font-style: normal;
-  font-weight: 100;
-  font-display: swap;
-  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
-}
-@font-face {
-  font-family: 'Poppins';
-  font-style: normal;
-  font-weight: 300;
-  font-display: swap;
-  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
-}
-@font-face {
-  font-family: 'Poppins';
-  font-style: normal;
-  font-weight: 400;
-  font-display: swap;
-  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
-}
-@font-face {
-  font-family: 'Poppins';
-  font-style: normal;
-  font-weight: 700;
-  font-display: swap;
-  src: url(https://fonts.gstatic.com/s/poppins/v19/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
-}
+/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap');*/
 :root {
   --color-text: #999;
   --color-text-dimmed: #666;
@@ -50,10 +23,6 @@
   --gap-body-left: 60px;
   --gap-modules: 30px;
 }
-/* #module_2_MMM-ImageSlideshow img {
-  width: 50%;
-  height: auto;
-} */
 table.wachenaufgaben {
   font-size: 3.5em !important;
 }
@@ -64,3 +33,6 @@ table.wachenaufgaben tr {
 table.wachenaufgaben tr td {
   font-size: 100%!important;
 }
+table.wachenaufgaben tr td.todo_title:before {
+  content: "\f2bb";
+}

+ 6 - 6
css/custom.less

@@ -8,7 +8,7 @@
  */
 
 /* Uncomment and adjust accordingly if you want to import another font from the google-fonts-api: */
-@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap');
+/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;700&display=swap');*/
 
 :root {
   --color-text: #999;
@@ -30,11 +30,6 @@
   --gap-modules: 30px;
 }
 
-/* #module_2_MMM-ImageSlideshow img {
-  width: 50%;
-  height: auto;
-} */
-
 table.wachenaufgaben {
     font-size: 3.5em!important;
     tr {
@@ -42,6 +37,11 @@ table.wachenaufgaben {
         font-size: 100%!important;
         td {
             font-size: 100%!important;
+            &.todo_title {
+                &:before {
+                    content: "\f2bb";
+                }
+            }
         }
     }
 }