mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-27 03:28:35 +01:00
Remove pointer cursor from app logo
This commit is contained in:
parent
18c8de97d7
commit
47f9d1142a
1 changed files with 3 additions and 0 deletions
|
@ -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: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 {
|
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;
|
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": {
|
"todoist": {
|
||||||
|
|
Loading…
Reference in a new issue