Skip to content

Commit

Permalink
edits
Browse files Browse the repository at this point in the history
  • Loading branch information
kelseymcmahon authored and BenjaminMichaelis committed Jun 5, 2024
1 parent 901be84 commit 7181fbd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions EssentialCSharp.Web/wwwroot/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/* Global Styles */

:root {
--primary-color: rgb(30, 83, 160) !important;
--primary-color-rgb: 30, 83, 160 !important;
--primary-dark-color: rgb(26, 48, 70) !important;
--primary-medium-color: rgb(35, 119, 213) !important;
--primary-accent-color: rgb(127, 201, 206) !important;
--primary-color: rgb(30, 83, 160);
--primary-color-rgb: 30, 83, 160;
--primary-dark-color: rgb(26, 48, 70);
--primary-medium-color: rgb(35, 119, 213);
--primary-accent-color: rgb(127, 201, 206);

--toolbar-height: 50px;
--link-color: var(--primary-color);
Expand Down

0 comments on commit 7181fbd

Please sign in to comment.