mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
Added brand colours
This commit is contained in:
parent
13fb6ffe24
commit
db64e71406
2 changed files with 4 additions and 1 deletions
|
|
@ -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} />
|
||||
</>
|
||||
|
|
|
|||
|
|
@ -15,6 +15,9 @@ module.exports = {
|
|||
colors: {
|
||||
brandblue: "#14163d",
|
||||
hoverblue: "#3e4073",
|
||||
brandtan: "#d3b488",
|
||||
brandbrown: "#3d1e05",
|
||||
brandmidblue: "#3943b7",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue