Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Sep 13, 2023
1 parent 7eb56f0 commit f750005
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drab",
"version": "4.1.1",
"version": "4.1.2",
"description": "An Unstyled Svelte Component Library",
"keywords": [
"components",
Expand Down
5 changes: 1 addition & 4 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
<meta name="description" content="An unstyled Svelte component library." />
%sveltekit.head%
</head>
<body
data-sveltekit-preload-data="hover"
class="dark:dark prose-h1:text-balance prose prose-neutral max-w-none bg-background font-serif text-foreground prose-a:link dark:prose-invert selection:bg-foreground selection:text-background prose-headings:font-antique prose-h1:capitalize prose-h2:capitalize prose-h3:capitalize hover:prose-a:decoration-dotted prose-pre:-mx-6 prose-pre:rounded-none prose-pre:px-6 sm:prose-pre:mx-0 sm:prose-pre:rounded-md sm:prose-pre:px-4"
>
<body data-sveltekit-preload-data="hover" class="dark:dark">
<div>%sveltekit.body%</div>
</body>
</html>
2 changes: 1 addition & 1 deletion src/lib/components/Editor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Editor
classButton="button button-primary"
classControls="flex gap-2"
classTextarea="input w-full h-36 mb-2"
classTextarea="input h-36 mb-2"
placeholderTextarea="asterisk: ctrl+i, anchor: ctrl+["
contentElements={[
{
Expand Down
2 changes: 1 addition & 1 deletion src/lib/components/FrettedChord.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Try it out and generate code: [FrettedChord Creator](https://svelte.dev/repl/577
</script>
<FrettedChord
class="font-mono text-foreground"
class="font-mono"
name="D"
notes={[
{
Expand Down
4 changes: 3 additions & 1 deletion src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@

<SkipLink />

<div class="lg:flex lg:justify-center">
<div
class="prose-h1:text-balance prose prose-neutral max-w-none bg-background font-serif text-foreground prose-a:link dark:prose-invert selection:bg-foreground selection:text-background prose-headings:font-antique prose-h1:capitalize prose-h2:capitalize prose-h3:capitalize hover:prose-a:decoration-dotted prose-pre:-mx-6 prose-pre:rounded-none prose-pre:px-6 sm:prose-pre:mx-0 sm:prose-pre:rounded-md sm:prose-pre:px-4 lg:flex lg:justify-center"
>
<div class="gap-8 lg:flex">
<header class="sticky top-0 z-10">
<nav class="sticky top-0 hidden lg:block">
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/Editor/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<Editor
classButton="button button-primary"
classControls="flex gap-2"
classTextarea="input w-full h-36 mb-2"
classTextarea="input h-36 mb-2"
placeholderTextarea="asterisk: ctrl+i, anchor: ctrl+["
contentElements={[
{
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/FrettedChord/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</script>

<FrettedChord
class="font-mono text-foreground"
class="font-mono"
name="D"
notes={[
{
Expand Down

1 comment on commit f750005

@vercel
Copy link

@vercel vercel bot commented on f750005 Sep 13, 2023

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.