Skip to content

Commit

Permalink
edit pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ferryops committed Aug 2, 2023
1 parent 2be17fe commit f288010
Show file tree
Hide file tree
Showing 4 changed files with 1,939 additions and 451 deletions.
15 changes: 3 additions & 12 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,28 +83,19 @@ html,
body {
max-width: 100vw;
overflow-x: hidden;
}

body {
color: rgb(var(--foreground-rgb));
background: linear-gradient(
to bottom,
transparent,
rgb(var(--background-end-rgb))
)
rgb(var(--background-start-rgb));
padding: 0.5rem;
}

a {
color: inherit;
text-decoration: none;
}

@media (prefers-color-scheme: dark) {
/* @media (prefers-color-scheme: dark) {
html {
color-scheme: dark;
}
}
} */

/* color palette
Expand Down
Loading

0 comments on commit f288010

Please sign in to comment.