Skip to content

Commit

Permalink
refactor: run prettier (#5419)
Browse files Browse the repository at this point in the history
Co-authored-by: monkeytypegeorge <monkeytypegeorge@gmail.com>
  • Loading branch information
github-actions[bot] and monkeytypegeorge committed May 20, 2024
1 parent 47ab028 commit 40d0a36
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
3 changes: 1 addition & 2 deletions frontend/static/quotes/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -38621,7 +38621,6 @@
"source": "Mili - Through Patches of Violet",
"length": 161,
"id": 7059

}
}
]
}
20 changes: 10 additions & 10 deletions frontend/static/themes/floret.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
:root {
--bg-color: #00272c;
--main-color: #ffdd6d;
--caret-color: #C3BD40;
--sub-color: #779097;
--sub-alt-color: #173033;
--text-color: #E5E5E5;
--error-color: #8A4000;
--error-extra-color: #00708D;
--colorful-error-color: #8A4000;
--colorful-error-extra-color: #628b96;
--bg-color: #00272c;
--main-color: #ffdd6d;
--caret-color: #c3bd40;
--sub-color: #779097;
--sub-alt-color: #173033;
--text-color: #e5e5e5;
--error-color: #8a4000;
--error-extra-color: #00708d;
--colorful-error-color: #8a4000;
--colorful-error-extra-color: #628b96;
}

0 comments on commit 40d0a36

Please sign in to comment.