Skip to content

Commit 5f8629a

Browse files
authored
rrrapples #66
1 parent 58cd921 commit 5f8629a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Diff for: index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="color-scheme" content="light">
66
<meta name="viewport" content="width=device-width">
77

8-
<title>tape: vivid colors that stick</title>
8+
<title>tape: vivid colors that stick to:ur gums</title>
99

1010
<link rel="stylesheet" href="tape.css">
1111
<link rel="stylesheet" href="demo.css">
@@ -82,6 +82,9 @@ <h1 class="volume-8 pad-0">
8282
<a id="deep"></a>
8383

8484
<figure class="m-auto m-down tape-black pad-5">
85+
<figcaption class="volume-0">
86+
black absorbs color
87+
</figcaption>
8588
<figure class="tape-yellow pad-1 volume-4 m-auto">
8689
<span class="tape-black">black</span> in yellow
8790
</figure>

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@s9a/tape",
33
"version": "0.5.0",
4-
"description": "vivid colors that stick since 2018",
4+
"description": "vivid colors that stick to:ur gums",
55
"main": "tape.css",
66
"license": "Zlib",
77
"homepage": "https://s9a.github.io/tape",
@@ -27,6 +27,7 @@
2727
"colors",
2828
"colour",
2929
"color",
30+
"music",
3031
"vivid",
3132
"neon",
3233
"vibe",

Diff for: tape.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
--tape-green: #44f477;
88
--tape-filter: none;
99
--tape-mix: transparent;
10+
--tape-hex: var(--tape-white);
1011
}
1112

1213
@media (prefers-contrast: less) {
@@ -16,8 +17,6 @@
1617
}
1718
}
1819

19-
.tape-black,
20-
.tape-white { --tape-hex: var(--tape-white) }
2120
.tape-blue { --tape-hex: var(--tape-blue) }
2221
.tape-pink { --tape-hex: var(--tape-pink) }
2322
.tape-green { --tape-hex: var(--tape-green) }

0 commit comments

Comments
 (0)