Skip to content

Commit 84acd80

Browse files
committed
Add trademark disclaimer
1 parent 83519e5 commit 84acd80

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

index.html

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
@@ -43,12 +43,15 @@
4343
}
4444

4545
body {
46-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
47-
Helvetica, Arial, sans-serif;
46+
font-family:
47+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
48+
Arial, sans-serif;
4849
background-color: var(--bg-color);
4950
color: var(--text-main);
5051
line-height: 1.6;
51-
transition: background-color 0.3s, color 0.3s;
52+
transition:
53+
background-color 0.3s,
54+
color 0.3s;
5255
}
5356

5457
.container {
@@ -108,7 +111,9 @@
108111
border: 1px solid var(--border-color);
109112
border-radius: var(--radius);
110113
padding: 1.5rem;
111-
transition: transform 0.2s, box-shadow 0.2s;
114+
transition:
115+
transform 0.2s,
116+
box-shadow 0.2s;
112117
display: flex;
113118
flex-direction: column;
114119
}
@@ -570,7 +575,11 @@ <h2>🔗 Source & Community</h2>
570575
>Zotero Plugin Dev Community</a
571576
>.
572577
</p>
573-
<p>Resources curated for the open source community.</p>
578+
<p>
579+
Zotero is a registered trademark of the Corporation for Digital
580+
Scholarship. This site is not affiliated with or endorsed by
581+
Corporation for Digital Scholarship.
582+
</p>
574583
</footer>
575584
</div>
576585
</body>

0 commit comments

Comments
 (0)