diff --git a/webclient/src/App.js b/webclient/src/App.js index 3c60db7..ae0d703 100644 --- a/webclient/src/App.js +++ b/webclient/src/App.js @@ -178,7 +178,9 @@ function App() { return (
{settingsOpen && -
setSettingsOpen(false)}> + <> +
setSettingsOpen(false)}>
+
e.stopPropagation()}>

Settings

@@ -202,11 +204,10 @@ function App() {

Feed

-
+
-
handleFeedSourceChange('hackernews')} /> @@ -265,7 +266,7 @@ function App() {
-
+ } {waitingWorker && diff --git a/webclient/src/Style-black.css b/webclient/src/Style-black.css index aad1354..1fdbaaa 100644 --- a/webclient/src/Style-black.css +++ b/webclient/src/Style-black.css @@ -13,7 +13,7 @@ .black .menu button, .black .story-text button { - background-color: #444444; + background-color: #222222; border-color: #bbb; color: #ddd; } @@ -82,7 +82,7 @@ } .black .update-banner button { - background-color: #444444; + background-color: #222222; border-color: #bbb; color: #ddd; } @@ -94,7 +94,7 @@ } .black .modal-content button { - background-color: #444444; + background-color: #222222; border-color: #bbb; } diff --git a/webclient/src/Style-dark.css b/webclient/src/Style-dark.css index ec8d36a..5923916 100644 --- a/webclient/src/Style-dark.css +++ b/webclient/src/Style-dark.css @@ -13,7 +13,7 @@ .dark .menu button, .dark .story-text button { - background-color: #444444; + background-color: #222222; border-color: #bbb; color: #ddd; } @@ -78,19 +78,19 @@ } .dark .update-banner button { - background-color: #444444; + background-color: #222222; border-color: #bbb; color: #ddd; } .dark .modal-content { - background: #333; + background: #222; border-color: #828282; color: #ddd; } .dark .modal-content button { - background-color: #444444; + background-color: #222222; border-color: #bbb; } diff --git a/webclient/src/Style-light.css b/webclient/src/Style-light.css index 3833485..c0005a0 100644 --- a/webclient/src/Style-light.css +++ b/webclient/src/Style-light.css @@ -86,6 +86,7 @@ pre { .slogan { color: #828282; + margin-bottom: 0.5rem; } .theme { @@ -485,6 +486,10 @@ button.comment { margin-bottom: 0.25rem; } +.modal-content .gap { + margin-bottom: 0.75rem; +} + .close-modal-button { position: absolute; top: 0.5rem; diff --git a/webclient/src/Style-red.css b/webclient/src/Style-red.css index 49d78c9..cf5db9f 100644 --- a/webclient/src/Style-red.css +++ b/webclient/src/Style-red.css @@ -22,7 +22,7 @@ .red .menu button, .red .story-text button { - background-color: #440000; + background-color: #220000; border-color: #b00; color: #b00; } @@ -100,19 +100,19 @@ } .red .update-banner button { - background-color: #440000; + background-color: #220000; border-color: #b00; color: #d00; } .red .modal-content { - background: #300; + background: #100; border-color: #690000; color: #b00; } .red .modal-content button { - background-color: #440000; + background-color: #220000; border-color: #b00; }