Skip to content

Commit

Permalink
Changed webapp colors to a boring grey.
Browse files Browse the repository at this point in the history
  • Loading branch information
julblais committed Mar 8, 2023
1 parent 36794e7 commit 09777ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webApp/wwwroot/css/converter.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
--primary-color: #f4e6ff;
--secondary-color: indigo;
--primary-color: #e7e7e7;
--secondary-color: rgb(40, 39, 44);
--font: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

background: var(--secondary-color);
Expand Down Expand Up @@ -119,7 +119,7 @@ a:link {
}

a:visited {
color: #e3c4fd;
color: #f0f0f0;
}

.version {
Expand Down

0 comments on commit 09777ad

Please sign in to comment.