Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
feat: change to dark
Browse files Browse the repository at this point in the history
  • Loading branch information
jonyw4 committed Nov 27, 2020
1 parent 9a8ce3c commit a5124e8
Showing 1 changed file with 32 additions and 1 deletion.
33 changes: 32 additions & 1 deletion src/styles/main.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,34 @@
body {
@apply bg-gray-900 text-gray-300;
}
h1, h2, h3, h4, h4, h6{
@apply text-gray-300 font-extrabold;
}
h1 {
@apply text-gray-900 text-base no-underline hover:no-underline font-extrabold text-xl;
@apply text-3xl mb-4 mt-4;
}
h2 {
@apply text-base mb-2 mt-2 uppercase text-gray-400 tracking-wide;
}
p {
@apply mb-4;
}

ol {
@apply list-decimal list-inside;
}

a {
@apply text-blue-400
}

a:hover{
@apply text-blue-500 underline
}

footer {
@apply mt-4;
}
.container {
@apply mx-1 md:container md:mx-auto;
}

1 comment on commit a5124e8

@vercel
Copy link

@vercel vercel bot commented on a5124e8 Nov 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.