corrected some button colors

This commit is contained in:
Ed Silkworth 2023-08-31 15:03:32 -07:00
parent 3386cc8cac
commit ee284482e0
No known key found for this signature in database
GPG Key ID: 26F260F04191F431
4 changed files with 14 additions and 11 deletions

View File

@ -40,3 +40,4 @@ 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
Aug 31, 2023 · corrected colors of send account recovery email, save, search, and clone buttons

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {