From 13ff7b9088e956896d1111a26f709d40985a81f5 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Thu, 11 Mar 2021 14:59:16 +0000 Subject: [PATCH] docs: updated screenshots + feature list --- README.md | 21 +++-------- components/app/Section.vue | 41 +-------------------- lang/bn-BD.json | 1 - lang/de-DE.json | 1 - lang/en-US.json | 1 - lang/es-ES.json | 1 - lang/fa-IR.json | 1 - lang/fr-FR.json | 1 - lang/id-ID.json | 1 - lang/ja-JP.json | 1 - lang/ko-KR.json | 1 - lang/ml-ML.json | 1 - lang/nl-BE.json | 1 - lang/pt-BR.json | 1 - lang/pt-PT.json | 1 - lang/tr-TR.json | 1 - lang/vi-VN.json | 1 - lang/zh-CN.json | 1 - lang/zh-TW.json | 1 - pages/settings.vue | 10 ----- static/images/screenshot1.png | Bin 123239 -> 0 bytes static/images/screenshot2.png | Bin 149510 -> 0 bytes static/images/screenshots/banner_dark.png | Bin 0 -> 98256 bytes static/images/screenshots/banner_light.png | Bin 0 -> 91877 bytes store/postwoman.js | 8 +--- 25 files changed, 7 insertions(+), 90 deletions(-) delete mode 100644 static/images/screenshot1.png delete mode 100644 static/images/screenshot2.png create mode 100644 static/images/screenshots/banner_dark.png create mode 100644 static/images/screenshots/banner_light.png 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; }