Skip to content

Commit a842c5a

Browse files
committed
Update CSS for clickable backlinks (Share Note #51)
1 parent 4d98501 commit a842c5a

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

app/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notesx-api",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"scripts": {
55
"dev": "ts-node src/index.ts",
66
"build": "npx tsc",

app/static/assets/global-note-styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ div.view-content {
1010
.callout.is-collapsible .callout-title {
1111
cursor: pointer !important;
1212
}
13+
14+
.force-cursor {
15+
cursor: pointer !important;
16+
}

app/static/favicon-512x512.png

29.9 KB
Loading

app/static/favicon-512x512.webp

14.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)