Skip to content

Commit

Permalink
Color changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bohlman authored and Christopher Bohlman committed Jan 12, 2024
1 parent d847ce8 commit 75719e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Personal Website

Todo:

- [ ] Autogenerate gradient icons for projects
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const { title } = Astro.props;
<meta name="generator" content={Astro.generator} />
<title>{title}</title>
</head>
<body class="text-gray-300 text-magnolia grid max-w-7xl mx-auto" style="background-color: rgb(2, 6, 23);">
<body class="text-gray-300 text-magnolia grid max-w-7xl mx-auto bg-richdark">
<div class="m-4 lg:m-12 lg:grid lg:grid-cols-4">
<div class="col-span-1">
<Header />
Expand Down
8 changes: 2 additions & 6 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,10 @@ module.exports = {
content: ['./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue}'],
theme: {
colors: {
"midnight": '#161A30',
'indigo': '#31304D',
'storm': '#B6BBC4',
'desert': '#F0ECE5',
'red': '#BC4B51',
'magnolia': '#f3eff5',
'rose': '#785964',
'slate': '#0f172a'
'slate': '#0f172a',
'richdark': '#020617'
},
fontFamily: {
'sans': ['Mona\\ Sans', 'sans-serif'],
Expand Down

0 comments on commit 75719e6

Please sign in to comment.