Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prettier Fix - Sun Jan 5 01:26:09 UTC 2025 #563

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/static/quotes/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
6 changes: 3 additions & 3 deletions frontend/static/quotes/portuguese.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
22 changes: 11 additions & 11 deletions frontend/static/themes/slambook.css
Original file line number Diff line number Diff line change
@@ -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;
}