Change secondary button background

This commit is contained in:
Konstantinos Triantafyllou 2022-04-19 00:07:00 +03:00
parent b53beeb326
commit 88743bad63
4 changed files with 5 additions and 4 deletions

@ -1 +1 @@
Subproject commit 8df2c1a2e10fa06f43a080fdcba3c9d71e845c15
Subproject commit 4711531dec9bd0df9bf1b4ed8fd046510a56100c

@ -1 +1 @@
Subproject commit cc2719364d8d553a8ea6585ff651b3858fc1d6a0
Subproject commit 468555a58f5808dbd8b6657ae0360fb7d0d4ab75

View File

@ -1,11 +1,12 @@
:root {
/*buttons*/
--button-primary-background: var(--monitor-color);
--button-primary-background-image: linear-gradient(110deg, var(--monitor-light-color) 50%, var(--monitor-dark-color) 100%);
--button-primary-background-image: linear-gradient(110deg, var(--monitor-light-color) 0%, var(--monitor-dark-color) 100%);
--button-secondary-background: var(--light-color);
--button-secondary-color: var(--monitor-color);
--button-secondary-border-color: var(--monitor-color);
--button-secondary-background-hover: var(--secondary-color);
--button-secondary-background-image-hover: none;
--button-secondary-color-hover: var(--light-color);
--button-secondary-border-color-hover: transparent;

@ -1 +1 @@
Subproject commit a47c66f4802cb7af2ad12f1ad75516e94b20c328
Subproject commit aa33ca719f7fc4f2e2a72cf590c36c1e2f46c241