Skip to content

Commit

Permalink
Update privacy policy (#998)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
Geometrically and triphora authored Mar 8, 2023
1 parent d4a43bf commit 5638f0f
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 163 deletions.
3 changes: 3 additions & 0 deletions COPYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ The source code of the knossos repository is licensed under the GNU Affero Gener
## Modrinth logo

Any files depicting the Modrinth branding, including the wrench-in-labyrinth logo, the landing image, and variations thereof, are licensed as follows:

> All rights reserved. © 2020-2022 Rinth, Inc.
This includes, but may not be limited to, the following files:

- assets/images/404.svg
- assets/images/logo.svg
- components/brand/*
Expand All @@ -17,4 +19,5 @@ This includes, but may not be limited to, the following files:
## External logos

The following files are owned by their respective copyright holders and must be used within each of their Brand Guidelines:

- assets/images/external/*
31 changes: 19 additions & 12 deletions assets/styles/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,14 @@
width: 15rem;
}

> :where(input + *, .input-group + *, .textarea-wrapper + *, .chips
+ *, .resizable-textarea-wrapper + *, .input-div + *) {
> :where(
input + *,
.input-group + *,
.textarea-wrapper + *,
.chips + *,
.resizable-textarea-wrapper + *,
.input-div + *
) {
margin-block-start: var(--spacing-card-md);
}

Expand Down Expand Up @@ -1324,23 +1330,23 @@ tr.button-transparent {
}

.vue-notification {
background: var(--color-special-blue)!important;
border-left: 5px solid var(--color-special-blue)!important;
color: var(--color-brand-inverted)!important;
background: var(--color-special-blue) !important;
border-left: 5px solid var(--color-special-blue) !important;
color: var(--color-brand-inverted) !important;

&.success {
background: var(--color-special-green)!important;
border-left-color: var(--color-special-green)!important;
background: var(--color-special-green) !important;
border-left-color: var(--color-special-green) !important;
}

&.warn {
background: var(--color-special-orange)!important;
border-left-color: var(--color-special-orange)!important;
background: var(--color-special-orange) !important;
border-left-color: var(--color-special-orange) !important;
}

&.error {
background: var(--color-special-red)!important;
border-left-color: var(--color-special-red)!important;
background: var(--color-special-red) !important;
border-left-color: var(--color-special-red) !important;
}
}

Expand Down Expand Up @@ -1462,7 +1468,8 @@ h3 {
}
}

.push-right:not(.input-group), .push-right.input-group > :first-child {
.push-right:not(.input-group),
.push-right.input-group > :first-child {
margin-left: auto;
margin-right: 0;
}
Expand Down
24 changes: 12 additions & 12 deletions assets/styles/highlightjs.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.hljs,
.hljs-subst {
color: #444
color: #444;
}

.hljs-comment {
color: #888888
color: #888888;
}

.hljs-keyword,
Expand All @@ -14,7 +14,7 @@
.hljs-doctag,
.hljs-name {
color: #f58300;
font-weight: bold
font-weight: bold;
}

.hljs-type,
Expand All @@ -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,
Expand All @@ -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 {
Expand Down
12 changes: 6 additions & 6 deletions assets/styles/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@

&.alt-layout {
grid-template:
'content sidebar' auto
'content info' auto
'content dummy' 1fr
/ 1fr 20rem;
'content sidebar' auto
'content info' auto
'content dummy' 1fr
/ 1fr 20rem;
}
}

Expand All @@ -91,12 +91,12 @@
}

.normal-page__content {
max-width: calc(60rem - .75rem);
max-width: calc(60rem - 0.75rem);
}
}

@media (min-width: 80rem) {
.normal-page__content {
width: calc(60rem - .75rem);
width: calc(60rem - 0.75rem);
}
}
36 changes: 19 additions & 17 deletions assets/styles/normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@ textarea {
*/

button,
input { /* 1 */
input {
/* 1 */
overflow: visible;
}

Expand All @@ -184,7 +185,8 @@ input { /* 1 */
*/

button,
select { /* 1 */
select {
/* 1 */
text-transform: none;
}

Expand All @@ -193,9 +195,9 @@ select { /* 1 */
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
}

Expand All @@ -204,9 +206,9 @@ button,
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
border-style: none;
padding: 0;
}
Expand All @@ -216,9 +218,9 @@ button::-moz-focus-inner,
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
outline: 1px dotted ButtonText;
}

Expand Down Expand Up @@ -267,8 +269,8 @@ textarea {
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
[type='checkbox'],
[type='radio'] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
Expand All @@ -277,8 +279,8 @@ textarea {
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
height: auto;
}

Expand All @@ -287,7 +289,7 @@ textarea {
* 2. Correct the outline style in Safari.
*/

[type="search"] {
[type='search'] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
Expand All @@ -296,7 +298,7 @@ textarea {
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
[type='search']::-webkit-search-decoration {
-webkit-appearance: none;
}

Expand Down
Loading

0 comments on commit 5638f0f

Please sign in to comment.