[css] Add Todoist theme

This commit is contained in:
Sebastian Schulze 2022-09-23 19:42:30 +02:00
parent b1b89096aa
commit ed885d99d9
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 5 additions and 0 deletions

View File

@ -23,6 +23,11 @@ body.channel-view * {
font-family: "Iosevka Aile" !important;
}
/* Todoist could use a proper font as well */
html.theme_todoist body * {
font-family: "Iosevka Aile" !important;
}
body.qute-readability * {
font-family: "IBM Plex Serif" !important;
}