|
@@ -35,8 +35,15 @@ table.wachenaufgaben tr td {
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
}
|
|
}
|
|
|
table.wachenaufgaben tr td.todo_title:before {
|
|
table.wachenaufgaben tr td.todo_title:before {
|
|
|
- font-family: 'Font Awesome 5 Free';
|
|
|
|
|
|
|
+ font-family: 'Font Awesome 6 Pro';
|
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
|
padding-right: 10px;
|
|
padding-right: 10px;
|
|
|
content: "\f737";
|
|
content: "\f737";
|
|
|
|
|
+ -moz-osx-font-smoothing: grayscale;
|
|
|
|
|
+ -webkit-font-smoothing: antialiased;
|
|
|
|
|
+ display: var(--fa-display, inline-block);
|
|
|
|
|
+ font-style: normal;
|
|
|
|
|
+ font-variant: normal;
|
|
|
|
|
+ line-height: 1;
|
|
|
|
|
+ text-rendering: auto;
|
|
|
}
|
|
}
|