Skip to content

Commit

Permalink
port pretty much everything
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed Nov 7, 2024
1 parent cb224a2 commit 12151b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
15 changes: 14 additions & 1 deletion kitsune-fe/src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@
@layer base {
body {
@apply min-h-screen min-w-max bg-gradient-to-bl from-dark-2 via-dark-1 to-slate-950 bg-no-repeat;
@apply prose prose-slate prose-invert;
@apply prose prose-slate prose-invert font-mono;
}

a {
/*@apply text-pink-400;*/
}

::-webkit-scrollbar {
width: 0.666em;
height: 0.666em;
}

::-webkit-scrollbar-track {
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
@apply bg-shade2-light;
}
}
1 change: 0 additions & 1 deletion kitsune-fe/src/routes/+layout.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<script lang="ts">
import type { Snippet } from 'svelte';
import '../styles/root.scss';
import type { PageData } from './$houdini';
import { version as frontendVersion } from '$app/environment';
Expand Down

0 comments on commit 12151b4

Please sign in to comment.