|
@@ -8,6 +8,7 @@
|
|
|
*/
|
|
*/
|
|
|
/* Uncomment and adjust accordingly if you want to import another font from the google-fonts-api: */
|
|
/* 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 {
|
|
:root {
|
|
|
--color-text: #999;
|
|
--color-text: #999;
|
|
|
--color-text-dimmed: #666;
|
|
--color-text-dimmed: #666;
|
|
@@ -34,5 +35,7 @@ table.wachenaufgaben tr td {
|
|
|
font-size: 100%!important;
|
|
font-size: 100%!important;
|
|
|
}
|
|
}
|
|
|
table.wachenaufgaben tr td.todo_title:before {
|
|
table.wachenaufgaben tr td.todo_title:before {
|
|
|
|
|
+ font-family: 'Font Awesome 5 Free';
|
|
|
|
|
+ font-weight: 400;
|
|
|
content: "\f2bb";
|
|
content: "\f2bb";
|
|
|
}
|
|
}
|