We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc57607 commit ccb67f8Copy full SHA for ccb67f8
frontend/src/util/themes/index.js
@@ -12,7 +12,7 @@ const themes = {
12
"dark": {
13
quote_color: "#fff",
14
author_color: "#9f9f9f",
15
- bg_color: "#151515",
+ bg_color: "#161B22",
16
},
17
"radical": {
18
quote_color: "#fe428e",
src/themes/themes.js
@@ -72,7 +72,7 @@ const themes = {
72
73
74
75
76
77
"default": {
78
quote_color: "#2f80ed",
0 commit comments