Add Zustand state management library; update HomePage button styles and CSS for improved UI; include custom font and background color in index.css
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
@import url(/fonts/TTHovesProAll/stylesheet.css);
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
body {
|
||||
font-family: "TTHovesPro", sans-serif;
|
||||
background-color: #ffffff;
|
||||
color: #141414;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user