From aa08c8e6a8e7d826ab448ab7a75454d30b264aee Mon Sep 17 00:00:00 2001 From: deepskyblue Date: Sun, 1 Sep 2024 18:13:54 -0500 Subject: [PATCH] uranus wind whisper stylesheets #3 --- README.md | 2 ++ index.html | 44 ++++++++++++++++++-------------------------- whisper.css | 19 +++++++++++++++++++ wind.css | 19 +++++++++++++++++++ 4 files changed, 58 insertions(+), 26 deletions(-) create mode 100644 whisper.css create mode 100644 wind.css diff --git a/README.md b/README.md index 8b13789..0a85829 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ +### [atmosphere](https://s9a.page/atmosphere) template +[**generate** atmosphere](https://github.com/new?template_name=atmosphere&template_owner=s9a) diff --git a/index.html b/index.html index 6422e0b..f32ac59 100644 --- a/index.html +++ b/index.html @@ -5,34 +5,26 @@ atmosphere - - - + + + - +
+

+ wwworld wide waves +

-

- wwworld wide waves -

- - - open skies. - +

+ opensource atmosphere +

- +

+ fresh air +

+
diff --git a/whisper.css b/whisper.css new file mode 100644 index 0000000..2ddf7e1 --- /dev/null +++ b/whisper.css @@ -0,0 +1,19 @@ +html { + font-family: sans-serif; + font-size: max(1em, 1vmax + 1vmin + 1pt); +} + +body { + display: flex; + flex-flow: column; + margin: 1.618rem; + overflow-wrap: anywhere; +} + +:focus { + outline: thick dotted; +} + +:any-link:hover { + text-decoration-style: double; +} diff --git a/wind.css b/wind.css new file mode 100644 index 0000000..05ffc3e --- /dev/null +++ b/wind.css @@ -0,0 +1,19 @@ +::selection { background: #ec0 } +:any-link { color: darkblue } +:root { + background: skyblue; + color: midnightblue; +} + +@media (prefers-contrast: more) + :root { + background: powderblue; + color: black; + } +} + +@media (prefers-color-scheme: dark) { + :root { + background: deepskyblue; + } +}