Skip to content

Commit

Permalink
trident triad trine (#19)
Browse files Browse the repository at this point in the history
* trident
* strong
  • Loading branch information
ryanve authored Feb 28, 2022
1 parent ccac2f6 commit d215e50
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 14 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
--dew-shift: color 0ms;
--dew-slick: mistyrose;
--dew-slime: deeppink;
--dew-solar: hotpink;
--dew-lunar: #201;
--dew-solar: orchid;
--dew-lunar: #111;
--dew-locus: currentColor;
--dew-focus: invert(100%);
--dew-hover: hue-rotate(0deg);
Expand Down
4 changes: 2 additions & 2 deletions dew.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ https://github.com/s9a/dew
--dew-shift: none;
--dew-slick: mistyrose;
--dew-slime: deeppink;
--dew-solar: hotpink;
--dew-lunar: #201;
--dew-solar: orchid;
--dew-lunar: #111;
--dew-locus: currentColor;
--dew-focus: invert(100%);
--dew-hover: none;
Expand Down
4 changes: 2 additions & 2 deletions diy.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
--dew-shift: color 0ms;
--dew-slick: mistyrose;
--dew-slime: deeppink;
--dew-solar: hotpink;
--dew-lunar: #201;
--dew-solar: orchid;
--dew-lunar: #111;
--dew-locus: currentColor;
--dew-focus: invert(100%);
--dew-hover: hue-rotate(0deg);
Expand Down
8 changes: 4 additions & 4 deletions icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1 data-oral>dew</h1>
</figure>
<figure aria-label="lunar">
<code class="dew-lunar">.dew-lunar</code> depicts
<data value="#201" class="dew-lunar">dark</data>
<data value="deeppink" class="dew-lunar">dark</data>
</figure>
<figure aria-label="shift">
<code class="dew-shift">.dew-shift</code> transition
Expand Down Expand Up @@ -93,12 +93,14 @@ <h1 data-oral>dew</h1>
</figure>
<figure id="custom">
<figcaption>
<a href="https://contrast-ratio.com/##201-on-hotpink"><i class="dew-polar">custom</i>eyes</a>
<a href="https://contrast-ratio.com/#deeppink-on-hotpink"><i class="dew-polar">custom</i>eyes</a>
</figcaption>
<figure aria-label="css">
<code><var>--dew-shift</var>: <a rel="help" href="https://mdn.io/css-transition">none</a>;</code><br>
<code><var>--dew-solar</var>: misty<wbr>rose;</code><br>
<code><var>--dew-lunar</var>: dark<wbr>violet;</code><br>
<code><var>--dew-slick</var>: misty<wbr>rose;</code><br>
<code><var>--dew-slime</var>: dark<wbr>violet;</code><br>
<code><strong><var>--dew-solar</var>: orchid</code></strong><br>
<code><strong><var>--dew-lunar</var>: #111</code></strong><br>
<code><var>--dew-locus</var>: current<wbr>Color;</code><br>
<code><var>--dew-focus</var>: invert<wbr>(100%);</code><br>
<code><var>--dew-hover</var>: <a rel="help" href="https://mdn.io/css-filter">none</a>;</code><br>
Expand Down

0 comments on commit d215e50

Please sign in to comment.