Skip to content

Commit b6c7ef7

Browse files
Update index.html
1 parent c3b279d commit b6c7ef7

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

privacy/index.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,26 @@
1111
<meta name="robots" content="noodp" />
1212
<meta name="theme-color" content="" />
1313
<link rel="canonical" href="https://hardalgorithm.github.io/" />
14-
14+
<style>
15+
.privacy-policy-content {
16+
text-align: left;
17+
margin: 0 auto;
18+
padding: 20px;
19+
max-width: 800px;
20+
font-family: Arial, sans-serif;
21+
line-height: 1.6;
22+
color: #fff; /* assuming dark mode */
23+
}
24+
25+
h1, h2 {
26+
text-align: left;
27+
font-weight: bold;
28+
}
29+
30+
a {
31+
color: #1E90FF; /* Link color */
32+
}
33+
</style>
1534

1635
<title>
1736

0 commit comments

Comments
 (0)