Remove pointer cursor from app logo

This commit is contained in:
Afdzal Yunus 2023-09-10 01:56:17 +08:00 committed by GitHub
parent 18c8de97d7
commit 47f9d1142a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,6 +62,9 @@ html > body > div:first-child > header:first-child > div > div:first-child > div
html > body > div:first-child > header:first-child > div:nth-child(2) > div:first-child > div:first-child,
html > body > div:first-child > header:first-child > div:nth-child(2) > div:nth-child(3) > div:first-child > div:first-child > div:first-child {
display: none !important;
}
html > body > div:first-child > header:first-child > div > div:first-child > div > div:first-child > a:first-child {
cursor: default;
}`
},
"todoist": {