diff --git a/dist/schemascii-0.3.2-py3-none-any.whl b/dist/schemascii-0.3.2-py3-none-any.whl new file mode 100644 index 0000000..744e369 Binary files /dev/null and b/dist/schemascii-0.3.2-py3-none-any.whl differ diff --git a/dist/schemascii-0.3.2.tar.gz b/dist/schemascii-0.3.2.tar.gz new file mode 100644 index 0000000..be1aab1 Binary files /dev/null and b/dist/schemascii-0.3.2.tar.gz differ diff --git a/index.html b/index.html index da0a519..098f57c 100644 --- a/index.html +++ b/index.html @@ -28,16 +28,21 @@ color: red; } - a, a:visited { + a, + a:visited { color: blue; } @media screen and (prefers-color-scheme: dark) { - body, textarea { + + body, + textarea { color: white; background: black; } - a, a:visited { + + a, + a:visited { color: magenta; } } @@ -47,7 +52,7 @@