Skip to content

Commit ccb67f8

Browse files
bgcolour fix for dark theme
1 parent bc57607 commit ccb67f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/util/themes/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const themes = {
1212
"dark": {
1313
quote_color: "#fff",
1414
author_color: "#9f9f9f",
15-
bg_color: "#151515",
15+
bg_color: "#161B22",
1616
},
1717
"radical": {
1818
quote_color: "#fe428e",

src/themes/themes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const themes = {
7272
"dark": {
7373
quote_color: "#fff",
7474
author_color: "#9f9f9f",
75-
bg_color: "#151515",
75+
bg_color: "#161B22",
7676
},
7777
"default": {
7878
quote_color: "#2f80ed",

0 commit comments

Comments
 (0)