Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve authored Oct 7, 2024
1 parent cc8cbda commit e2521bf
Showing 1 changed file with 4 additions and 52 deletions.
56 changes: 4 additions & 52 deletions freestyle.css
Original file line number Diff line number Diff line change
@@ -1,57 +1,9 @@
/*
* https://s9a.page/tape plus fill
* @s9a/tape 0.9.0
* https://s9a.page/tape
* https://s9a.org/tape
*/

:root {
--tape-filter: none;
--tape-bluv: #11dff1;
--tape-play: #fbbfff;
--tape-loud: #eee833;
--tape-luvu: #44f477;
--tape-blaq: #0e0e0e;
--tape-watt: #e0e0e0;
--tape-hex: #e0e0e0;
--tape-mix: transparent;
}

.tape-blaq,
.tape-watt { --tape-hex: var(--tape-watt) }
.tape-luvu { --tape-hex: var(--tape-luvu) }
.tape-loud { --tape-hex: var(--tape-loud) }
.tape-play { --tape-hex: var(--tape-play) }
.tape-bluv { --tape-hex: var(--tape-bluv) }
.tape-flat { border-color: transparent }
.tape-flap { border-color: currentColor }
.tape-flow { --tape-remix: none }
.tape-flow :not(.tape-skip) {
background-color: transparent;
color: inherit;
}

.tape-blaq,
.tape-bluv,
.tape-play,
.tape-loud,
.tape-luvu,
.tape-watt {
--tape-mix: var(--tape-hex);
--tape-remix: none;
color: var(--tape-blaq) !important;
background-color: var(--tape-mix) !important;
background-image: var(--tape-remix);
fill: var(--tape-mix);
filter: var(--tape-filter);
}

.tape-blaq {
--tape-mix: var(--tape-blaq);
color: var(--tape-hex) !important;
}

.tape-erase *,
.tape-erase {
color: transparent !important;
}
:root{--tape-filter:none;--tape-bluv:#11dff1;--tape-play:#fbbfff;--tape-loud:#eee833;--tape-luvu:#44f477;--tape-blaq:#0e0e0e;--tape-watt:#e0e0e0;--tape-hex:#e0e0e0;--tape-mix:transparent}.tape-watt{--tape-hex:var(--tape-watt)}.tape-luvu{--tape-hex:var(--tape-luvu)}.tape-loud{--tape-hex:var(--tape-loud)}.tape-play{--tape-hex:var(--tape-play)}.tape-bluv{--tape-hex:var(--tape-bluv)}.tape-flat{border-color:transparent}.tape-flap{border-color:currentColor}.tape-flow{--tape-remix:none}.tape-flow :not(.tape-skip){background-color:transparent;color:inherit}.tape-blaq,.tape-bluv,.tape-loud,.tape-luvu,.tape-play,.tape-watt{--tape-mix:var(--tape-hex);--tape-remix:none;color:var(--tape-blaq)!important;background-color:var(--tape-mix)!important;background-image:var(--tape-remix);fill:var(--tape-mix);filter:var(--tape-filter)}.tape-blaq{--tape-mix:var(--tape-blaq);color:var(--tape-hex)!important}.tape-erase,.tape-erase *{color:transparent!important}

/*
* ReMiXiNG ∞)
Expand Down

0 comments on commit e2521bf

Please sign in to comment.