Added brand colours

This commit is contained in:
Khalim Conn-Kowlessar 2023-05-26 09:40:05 +01:00
parent 13fb6ffe24
commit db64e71406
2 changed files with 4 additions and 1 deletions

View file

@ -59,7 +59,7 @@ const Home = async () => {
<>
<Nav pageName="Home"></Nav>
<div className="flex justify-center">
<h1 className="text-3xl font-bold mt-3"> Your Portfolios </h1>
<h1 className="text-3xl font-bold mt-3 mb-5"> Your Portfolios </h1>
</div>
<CardTiles Portfolios={Portfolios} />
</>

View file

@ -15,6 +15,9 @@ module.exports = {
colors: {
brandblue: "#14163d",
hoverblue: "#3e4073",
brandtan: "#d3b488",
brandbrown: "#3d1e05",
brandmidblue: "#3943b7",
},
},
},