Update privacy policy (#998)

* Update privacy policy

* fix prettier weirdness

* Fixes, modifications, and changes

* We don't prevent automated access, we monitor it

* Fix wonky link and fix header hierarchy

* Update address

* Fix lint

* Transfer over three sections from old policy

---------

Co-authored-by: Emma Triphora <emma@modrinth.com>
This commit is contained in:
Geometrically
2023-03-08 15:22:15 -07:00
committed by GitHub
parent d4a43bf051
commit 5638f0f24b
6 changed files with 260 additions and 185 deletions

View File

@@ -1,10 +1,10 @@
.hljs,
.hljs-subst {
color: #444
color: #444;
}
.hljs-comment {
color: #888888
color: #888888;
}
.hljs-keyword,
@@ -14,7 +14,7 @@
.hljs-doctag,
.hljs-name {
color: #f58300;
font-weight: bold
font-weight: bold;
}
.hljs-type,
@@ -25,13 +25,13 @@
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
color: var(--color-brand)
color: var(--color-brand);
}
.hljs-title,
.hljs-section {
color: #008888;
font-weight: bold
font-weight: bold;
}
.hljs-regexp,
@@ -41,34 +41,34 @@
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #BC6060
color: #bc6060;
}
.hljs-literal {
color: #78A960
color: #78a960;
}
.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
color: #f58300
color: #f58300;
}
.hljs-meta {
color: #1f7199
color: #1f7199;
}
.hljs-meta-string {
color: #4d99bf
color: #4d99bf;
}
.hljs-emphasis {
font-style: italic
font-style: italic;
}
.hljs-strong {
font-weight: bold
font-weight: bold;
}
pre {