Skip to content

Commit

Permalink
change colors
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinmichels committed Dec 10, 2024
1 parent 5a41080 commit 2baeabb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions frontend/src/style.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
@import "https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css";
@import 'https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css';

:root {
font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
/* font-synthesis: none; */
/* text-rendering: optimizeLegibility; */
/* -webkit-font-smoothing: antialiased; */
/* -moz-osx-font-smoothing: grayscale; */
--primary: #ff5722; /* Custom primary color */
--link: #673ab7; /* Custom link color */
--success: #4caf50; /* Custom success color */
}

0 comments on commit 2baeabb

Please sign in to comment.