We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b279d commit b6c7ef7Copy full SHA for b6c7ef7
privacy/index.html
@@ -11,7 +11,26 @@
11
<meta name="robots" content="noodp" />
12
<meta name="theme-color" content="" />
13
<link rel="canonical" href="https://hardalgorithm.github.io/" />
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
27
+ font-weight: bold;
28
29
30
+ a {
31
+ color: #1E90FF; /* Link color */
32
33
+ </style>
34
35
<title>
36
0 commit comments