diff --git a/content/privacy/_index.md b/content/privacy/_index.md new file mode 100644 index 0000000..8c01cf8 --- /dev/null +++ b/content/privacy/_index.md @@ -0,0 +1,8 @@ +--- +title: Privacy Policies +--- + +The following documents define the privacy policies for various things I've made: + +- Applications + - [Slice](/privacy/applications/slice) (WearOS watch face) diff --git a/content/privacy/applications/slice.md b/content/privacy/applications/slice.md new file mode 100644 index 0000000..a9412f1 --- /dev/null +++ b/content/privacy/applications/slice.md @@ -0,0 +1,5 @@ +--- +title: Slice Privacy Policy +--- + +The "Slice" watch face for WearOS does not intentionally collect any data. It does not connect to the internet, and it does not use any third-party services. diff --git a/sass/elements/list.scss b/sass/elements/list.scss index aa4d6a9..1b57175 100644 --- a/sass/elements/list.scss +++ b/sass/elements/list.scss @@ -7,11 +7,11 @@ ul { ul { margin-top: 0; margin-bottom: 0; - list-style-type: lower-roman; - ol, - ul { - list-style-type: lower-alpha; - } + // list-style-type: lower-roman; + // ol, + // ul { + // list-style-type: lower-alpha; + // } } }