Skip to content

Commit

Permalink
Fixed light button color
Browse files Browse the repository at this point in the history
  • Loading branch information
lupusA committed Nov 3, 2023
1 parent 02fd5b5 commit b2aaad9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ body {
border-color: var(--color-primary);
}

#kopia .btn-light {
background-color: var(--color-light);
border-color: var(--color-light);
}

#kopia .btn-secondary {
background-color: var(--color-secondary);
border-color: var(--color-secondary);
Expand Down
4 changes: 4 additions & 0 deletions src/css/Theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
--color-submit: #00B4D8;
--color-select: #fefefe;
--color-link: #2A7FFF;
--color-light: #6c757d;

--color-text: #ffffff;
--color-text-body: #000000;
Expand All @@ -34,6 +35,7 @@
--color-submit: #00B4D8;
--color-select: #2c2c2c;
--color-link: #799bd1;
--color-light: #6c757d;

--color-text: #cfcfcf;
--color-text-body: #cfcfcf;
Expand All @@ -60,6 +62,7 @@
--color-submit: #a0c4ff;
--color-select: #fefefe;
--color-link: #2A7FFF;
--color-light: #6c757d;

--color-text: #000000;
--color-text-body: #000000;
Expand All @@ -86,6 +89,7 @@
--color-submit: #00B4D8;
--color-select: #fefefe;
--color-link: #03045E;
--color-light: #6c757d;

--color-text: #ffffff;
--color-text-body: #03045E;
Expand Down

0 comments on commit b2aaad9

Please sign in to comment.