Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
filoxo committed Apr 16, 2024
1 parent 937c35b commit b304850
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_includes/tree-base-layout.webc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link webc:keep rel="stylesheet" :href="$data.icon.url" />
</head>
<body class="m-5 md:m-7 space-y-9">
<main class="max-w-lg m-auto space-y-5 md:space-y-7" @raw="content"></main>
<main @raw="content" class="space-y-9"></main>
<footer>
<p class="text-center text-sm text-gray-500">
&copy; <template @text="currentYear" webc:nokeep></template>
Expand Down
4 changes: 2 additions & 2 deletions src/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*/
@layer components {
body {
@apply text-xl text-slate-800 text-center;
@apply text-slate-800 text-center;
}
a, button {
@apply py-2 px-5 bg-slate-500 leading-relaxed text-white rounded-md shadow-md transition-colors duration-300 hover:bg-slate-700 focus:outline-none focus:ring focus:ring-slate-900 inline-block w-full text-center;
@apply py-2 px-5 bg-slate-500 leading-relaxed text-white rounded-md shadow-md transition-colors duration-300 hover:bg-slate-700 focus:outline-none focus:ring focus:ring-slate-900 inline-block w-full text-center hover:enabled:cursor-pointer;
}
[type="button"] {
@apply bg-slate-500
Expand Down

0 comments on commit b304850

Please sign in to comment.