diff --git a/CHANGELOG b/CHANGELOG index e1c2234..327638c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -39,4 +39,5 @@ Jun 15, 2023 · fixed theme regressions Jul 14, 2023 · rebased theme on version 1.19.4 Aug 3, 2023 · rebased theme on version 1.20.2 Aug 8, 2023 · simplified and refined colors, and fixed reopen issue button -Aug 9, 2023 · added option to display kid-friendly Comic fonts \ No newline at end of file +Aug 9, 2023 · added option to display kid-friendly Comic fonts +Aug 31, 2023 · corrected colors of send account recovery email, save, search, and clone buttons \ No newline at end of file diff --git a/public/css/theme-arc-red.css b/public/css/theme-arc-red.css index 1d50b8a..9006b63 100644 --- a/public/css/theme-arc-red.css +++ b/public/css/theme-arc-red.css @@ -32,7 +32,7 @@ --color-primary-alpha-70: #87ab63b3; --color-primary-alpha-80: #87ab63cc; --color-primary-alpha-90: #87ab63e1; - --color-primary-hover: var(--color-primary-light-1); + --color-primary-hover: var(--color-primary-dark-2) !important; /* was var(--color-primary-light-1), send account recovery email, save, search, clone buttons */ --color-primary-active: var(--color-primary-light-2); --color-secondary: #525767; --color-secondary-dark-1: #5c6374; @@ -264,8 +264,8 @@ background-color: var(--color-primary) !important; /* "green" button color (e.g., Sign In, Verify), primary buttons use --color-primary */ } -.ui.green.button:hover, .ui.green.button:active { - background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */ +.ui.green.button:hover { + background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, primary buttons use --color-primary-dark-2 */ } .ui.basic.green.button { diff --git a/public/css/theme-auto-red.css b/public/css/theme-auto-red.css index fef96ea..7028097 100644 --- a/public/css/theme-auto-red.css +++ b/public/css/theme-auto-red.css @@ -9,6 +9,7 @@ --color-primary-light-1: #d1152b !important; /* selection color */ --color-primary-light-2: #ce2236 !important; /* fewer contributions heatmap */ --color-primary-light-4: #d54455 !important; /* fewest contributions heatmap */ + --color-primary-hover: var(--color-primary-dark-2) !important; /* send account recovery email, save, search, clone buttons */ /* no contributions heatmap is okay */ } @@ -28,8 +29,8 @@ background-color: var(--color-primary) !important; /* "green" button color (e.g., Sign In, Verify), primary buttons use --color-primary */ } - .ui.green.button:hover, .ui.green.button:active { - background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */ + .ui.green.button:hover { + background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, primary buttons use --color-primary-dark-2 */ } .ui.basic.green.button { @@ -98,7 +99,7 @@ --color-primary-alpha-70: #87ab63b3; --color-primary-alpha-80: #87ab63cc; --color-primary-alpha-90: #87ab63e1; - --color-primary-hover: var(--color-primary-light-1); + --color-primary-hover: var(--color-primary-dark-2) !important; /* was var(--color-primary-light-1), send account recovery email, save, search, clone buttons */ --color-primary-active: var(--color-primary-light-2); --color-secondary: #525767; --color-secondary-dark-1: #5c6374; @@ -330,8 +331,8 @@ background-color: var(--color-primary) !important; /* "green" button color (e.g., Sign In, Verify), primary buttons use --color-primary */ } - .ui.green.button:hover, .ui.green.button:active { - background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */ + .ui.green.button:hover { + background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, primary buttons use --color-primary-dark-2 */ } .ui.basic.green.button { diff --git a/public/css/theme-red.css b/public/css/theme-red.css index 323ea38..b74d692 100644 --- a/public/css/theme-red.css +++ b/public/css/theme-red.css @@ -6,6 +6,7 @@ --color-primary-light-1: #d1152b !important; /* selection color */ --color-primary-light-2: #ce2236 !important; /* fewer contributions heatmap */ --color-primary-light-4: #d54455 !important; /* fewest contributions heatmap */ + --color-primary-hover: var(--color-primary-dark-2) !important; /* send account recovery email, save, search, clone buttons */ /* no contributions heatmap is okay */ } @@ -25,8 +26,8 @@ background-color: var(--color-primary) !important; /* "green" button color (e.g., Sign In, Verify), primary buttons use --color-primary */ } -.ui.green.button:hover, .ui.green.button:active { - background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, only this one has active element, primary buttons use --color-primary-dark-2 */ +.ui.green.button:hover { + background-color: var(--color-primary-dark-2) !important; /* "green" button hover color, primary buttons use --color-primary-dark-2 */ } .ui.basic.green.button {