UPD: Darken WIP
This commit is contained in:
@@ -1,12 +1,12 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="bg-wip w-full text-center p-8 text-zinc-200">
|
<div class="bg-wip w-full text-center p-8 text-zinc-600">
|
||||||
<span class="bg-black font-heading p-1">WORK IN PROGRESS</span>
|
<span class="bg-black font-heading p-1">WORK IN PROGRESS</span>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.bg-wip {
|
.bg-wip {
|
||||||
--stripe-color-a: rgb(228 228 231);
|
--stripe-color-a: rgb(82 82 91);
|
||||||
--stripe-color-b: black;
|
--stripe-color-b: black;
|
||||||
--stripe-width: 1em;
|
--stripe-width: 1em;
|
||||||
background: repeating-linear-gradient(
|
background: repeating-linear-gradient(
|
||||||
|
|||||||
Reference in New Issue
Block a user