Skip to content

Commit

Permalink
fix: demo page bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
edde746 committed May 10, 2022
1 parent 62fb89a commit b57283d
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,8 @@
@tailwind components;
@tailwind utilities;

pre{
pre {
background-color: rgb(242, 242, 242);
white-space: pre-wrap;
width: 100%;
}

@layer base {
p {
@apply text-lg w-full text-gray-900 dark:text-white py-1;
}
h2{
/* @apply text-2xl w-full dark:text-white py-8; */
}
h3{
@apply text-xl w-full dark:text-white py-4;
}
.max-w-3xl a{
@apply text-blue-600 hover:underline dark:text-blue-300;
}
}

0 comments on commit b57283d

Please sign in to comment.