Skip to content

Commit

Permalink
purple my hair (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Oct 16, 2022
1 parent a8be41f commit c84f9ab
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8">

<title>purple</title>

<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="purple">
<meta name="color-scheme" content="dark">
<meta name="description" content="purple my hair">

<style media=(color)>
html { color: mistyrose; background: purple; }
mark { color: purple; background: mistyrose; }
:any-link { color: aqua; background: indigo; }
::selection { color: navy; background: aqua; }
</style>

<link rel="help" href="https://github.com/s9a/ocean">
<link rel="license" href="UNLICENSE.txt">

0 comments on commit c84f9ab

Please sign in to comment.