Skip to content

Commit

Permalink
style: update theme (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfrye authored Jan 22, 2024
1 parent ba5139b commit da3a1a2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion src/Client/wwwroot/images/envelope.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Client/wwwroot/images/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Client/wwwroot/images/linkedin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Client/wwwroot/images/threads.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions src/Client/wwwroot/styles/app.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
:root {
--primary: #c0c0c0;
--secondary: #f8f8ff;
--tertiary: #36454f;
--secondary: #ececec;
--tertiary: #333333;
--body-bg: #171717;

--gradient: radial-gradient(circle at 30% 107%, var(--primary) 0%, var(--secondary) 15%, black 70%);
--gradient: radial-gradient(circle at 30% 107%, var(--secondary) 0%, var(--primary) 30%, black 70%);
--gradient-tl: linear-gradient(135deg, var(--secondary) 0%, black 50%, var(--secondary) 100%);
--gradient-br: linear-gradient(135deg, black 0%, var(--secondary) 50%, black 100%);

Expand Down Expand Up @@ -77,12 +77,12 @@ a,
}

a:hover {
color: var(--secondary);
color: white;
border-bottom: none;
}

a:hover {
color: var(--secondary);
color: white;
border-bottom: none;
}

Expand Down

0 comments on commit da3a1a2

Please sign in to comment.