diff options
Diffstat (limited to 'frontend/src/pages/index.css')
-rw-r--r-- | frontend/src/pages/index.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/frontend/src/pages/index.css b/frontend/src/pages/index.css new file mode 100644 index 0000000..d80b5e3 --- /dev/null +++ b/frontend/src/pages/index.css @@ -0,0 +1,10 @@ +@import '~@fortawesome/fontawesome-free/css/all.css'; +.background{ + background-color: #010001 !important; +} +.background2{ + background-color: #9400FF !important; +} +.text-logo{ + color: #9400FF !important; +}
\ No newline at end of file |