summaryrefslogtreecommitdiff
path: root/src/client/theme
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-09-28 12:10:15 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-09-28 12:10:15 +0900
commit5df85b5febd86cd34bcc59737f4ae974689e2a0e (patch)
treee9acbdd3a9459ff3d71cbe670cbed77bb0693ae0 /src/client/theme
parentwip (diff)
downloadsharkey-5df85b5febd86cd34bcc59737f4ae974689e2a0e.tar.gz
sharkey-5df85b5febd86cd34bcc59737f4ae974689e2a0e.tar.bz2
sharkey-5df85b5febd86cd34bcc59737f4ae974689e2a0e.zip
wip
Diffstat (limited to 'src/client/theme')
-rw-r--r--src/client/theme/dark.json2
-rw-r--r--src/client/theme/light.json2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/client/theme/dark.json b/src/client/theme/dark.json
index 3d3c9b37c7..8700d396a8 100644
--- a/src/client/theme/dark.json
+++ b/src/client/theme/dark.json
@@ -77,6 +77,8 @@
"reactionViewerBorder": "rgba(255, 255, 255, 0.1)",
+ "pollEditorInputBg": "rgba(0, 0, 0, 0.25)",
+
"urlPreviewBorder": "rgba(0, 0, 0, 0.4)",
"urlPreviewBorderHover": "rgba(255, 255, 255, 0.2)",
"urlPreviewTitle": "$text",
diff --git a/src/client/theme/light.json b/src/client/theme/light.json
index d4dd246542..d55b75ab08 100644
--- a/src/client/theme/light.json
+++ b/src/client/theme/light.json
@@ -77,6 +77,8 @@
"reactionViewerBorder": "rgba(0, 0, 0, 0.1)",
+ "pollEditorInputBg": "#fff",
+
"urlPreviewBorder": "rgba(0, 0, 0, 0.1)",
"urlPreviewBorderHover": "rgba(0, 0, 0, 0.2)",
"urlPreviewTitle": "$text",