From 7ea381a9bb50f50e644dcb4bf2e1485a5d4fea13 Mon Sep 17 00:00:00 2001 From: monkeytypegeorge Date: Sun, 5 Jan 2025 01:27:00 +0000 Subject: [PATCH] Prettier fix --- frontend/static/quotes/english.json | 4 ++-- frontend/static/quotes/portuguese.json | 6 +++--- frontend/static/themes/slambook.css | 22 +++++++++++----------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/frontend/static/quotes/english.json b/frontend/static/quotes/english.json index 72a2b98b4bab..088e40353ac2 100644 --- a/frontend/static/quotes/english.json +++ b/frontend/static/quotes/english.json @@ -38713,13 +38713,13 @@ "text": "It's so hard for me to be walkin' carefree cause this music is my therapy be happy for me, and I know how it feels waking up on that bathroom floor I have nowhere to go when you push me out of the door.", "source": "Let Go Or Be Dragged - Night at Delaney's", "id": 6767, - "length": 202 + "length": 202 }, { "text": "The ability to analyze a problem involves a combination of inherent insight and experience. The former, unfortunately, cannot be learned, but depends on the individual. However, the latter is of equal importance, and can be gained with patient study.", "source": "Conduction Heat Transfer", "id": 6768, - "length": 250 + "length": 250 } ] } diff --git a/frontend/static/quotes/portuguese.json b/frontend/static/quotes/portuguese.json index 7897f089463f..fbf013a42fd7 100644 --- a/frontend/static/quotes/portuguese.json +++ b/frontend/static/quotes/portuguese.json @@ -385,19 +385,19 @@ "length": 148, "id": 63 }, - { + { "text": "As ideias são muito mais indomáveis do que as lembranças, elas anseiam e estão sempre à procura de novas formas de criar raízes.", "source": "A Vida Invisível de Addie LaRue, V. E. Schwab", "length": 128, "id": 64 }, - { + { "text": "Um segredo guardado. Um registro. A primeira marca que ela deixou no mundo, muito antes de saber a verdade: As ideias são muito mais indomáveis do que as lembranças, elas anseiam e estão sempre à procura de novas formas de criar raízes.", "source": "A Vida Invisível de Addie LaRue, V. E. Schwab", "length": 236, "id": 65 }, - { + { "text": "O que é uma pessoa, se não as marcas que deixa para trás?", "source": "A Vida Invisível de Addie LaRue, V. E. Schwab", "length": 57, diff --git a/frontend/static/themes/slambook.css b/frontend/static/themes/slambook.css index 87923945002a..d112cb59d18e 100644 --- a/frontend/static/themes/slambook.css +++ b/frontend/static/themes/slambook.css @@ -1,12 +1,12 @@ :root { - --bg-color: #FFFDDE; - --main-color: #03001c; - --caret-color: #367E18; - --sub-color: #1c82adc4; - --sub-alt-color: #C6DCE4; - --text-color: #13005A; - --error-color: #F900BF; - --error-extra-color: #CE1212; - --colorful-error-color: #CE1212; - --colorful-error-extra-color: #3EC70B; - } + --bg-color: #fffdde; + --main-color: #03001c; + --caret-color: #367e18; + --sub-color: #1c82adc4; + --sub-alt-color: #c6dce4; + --text-color: #13005a; + --error-color: #f900bf; + --error-extra-color: #ce1212; + --colorful-error-color: #ce1212; + --colorful-error-extra-color: #3ec70b; +}