hey
This commit is contained in:
parent
eddbd87c91
commit
e1d07fa6af
|
@ -14,7 +14,7 @@
|
|||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
<body class="min-h-screen">
|
||||
<body class="min-h-screen flex flex-col">
|
||||
<header class="w-full px-40 py-20">
|
||||
<nav class="flex w-full justify-between">
|
||||
<a href="/" class="text-green">work</a>
|
||||
|
|
|
@ -6,6 +6,17 @@ module.exports = {
|
|||
manrope: ["Manrope", "sans-serif"],
|
||||
syne: ["Syne Tactile", "cursive"],
|
||||
},
|
||||
colors: {
|
||||
green: {
|
||||
DEFAULT: "#009966",
|
||||
},
|
||||
blue: {
|
||||
DEFAULT: "#267CFD",
|
||||
},
|
||||
orange: {
|
||||
DEFAULT: "#EC8E00",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
|
Loading…
Reference in a new issue