Skip to content

Commit

Permalink
uranus wind whisper stylesheets #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Sep 1, 2024
1 parent 876be62 commit aa08c8e
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 26 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
### [atmosphere](https://s9a.page/atmosphere) template

[**generate** atmosphere](https://github.com/new?template_name=atmosphere&template_owner=s9a)
44 changes: 18 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,26 @@
<title>atmosphere</title>

<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#bae4ea">
<meta name="color-scheme" content="light">
<meta name="description" content="...">
<meta name="theme-color" content="skyblue">
<meta name="color-scheme" content="dark light">
<meta name="description" content="web atmosphere github template blue wind whisper">

<style media=(color)>
:root {
background: #bae4ea;
color: #415;
}
<link rel="stylesheet" href="wind.css" media="(color)">
<link rel="stylesheet" href="whisper.css">

:any-link {
color: inherit;
}
<link rel="home" href="https://s9a.page">
<link rel="help" href="https://s9a.org/atmosphere">

::selection {
background: #415;
color: #bae4ea;
}
</style>
<article>
<h1>
<a href="https://s9a.page">wwworld wide waves</a>
</h1>

<h1>
<a href="https://s9a.page">wwworld wide waves</a>
</h1>

<strong>
<a href="https://s9a.page/license">open skies.</a>
</strong>
<p>
<a href="https://s9a.page/license">opensource atmosphere</a>
</p>

<aside>
<a href="https://webmural.com/air">fresh air</a>
</aside>
<p>
<a href="https://webmural.com/poft">fres<b>h air</b></a>
</p>
</article>
19 changes: 19 additions & 0 deletions whisper.css
Original file line number Diff line number Diff line change
@@ -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;
}
19 changes: 19 additions & 0 deletions wind.css
Original file line number Diff line number Diff line change
@@ -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;
}
}

0 comments on commit aa08c8e

Please sign in to comment.