diff --git a/README.md b/README.md index e66d38b8a..f06c826af 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@

- Screenshot1 + Screenshot
#### **Contact** @@ -108,9 +108,12 @@ - Choose theme: System, Light, Dark (default) and Black - Choose accent color: Blue, Green (default), Teal, Purple, Orange, Pink, Red, and Yellow -- Toggle multi-colored headings - Toggle auto-scroll to response +

+ Screenshot +

+ --- @@ -553,20 +556,6 @@ Become a financial contributor and help us sustain our community [[Support](#sup alt="Rithish" /> - -Shivam Mishra - - -Harshit Pant - -
+
{{ label }} @@ -30,51 +30,12 @@ fieldset { @apply ease-in-out; @apply duration-150; } - - &.blue legend { - @apply text-blue-400; - } - - &.green legend { - @apply text-green-400; - } - - &.teal legend { - @apply text-teal-400; - } - - &.purple legend { - @apply text-purple-400; - } - - &.orange legend { - @apply text-orange-400; - } - - &.pink legend { - @apply text-pink-400; - } - - &.red legend { - @apply text-red-400; - } - - &.yellow legend { - @apply text-yellow-400; - } -} - -fieldset.no-colored-frames legend { - @apply text-fgColor; }