From 2baeabb89add529e574cbf702ac59defce236344 Mon Sep 17 00:00:00 2001 From: Dustin Michels Date: Mon, 9 Dec 2024 20:38:30 -0500 Subject: [PATCH] change colors --- frontend/src/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/frontend/src/style.css b/frontend/src/style.css index 0d263d6..2a4adbf 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -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 */ }