diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 90d4ee0..3d972f4 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -1 +1,7 @@ /* You can add global styles to this file, and also import other style files */ + +:root { + --primary-background-color: rgba(51, 217, 178, 1.0); + --primary-background-color-hover: rgba(33, 140, 116, 1.0); + --primary-text-color: rgba(255, 255, 255, 1.0); +}