Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaleidosium committed Feb 26, 2024
1 parent aba4b48 commit 1d2f52e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { dev } from '$app/environment'
import { dev } from '$app/environment';

export const title = 'Kaleidosium'
export const description = 'The element of beautiful forms'
export const url = dev ? 'http://localhost:5173/' : 'https://joyofcode.xyz/'
export const title = 'Kaleidosium';
export const description = 'The element of beautiful forms';
export const url = dev ? 'http://localhost:5173/' : 'https://joyofcode.xyz/';
6 changes: 4 additions & 2 deletions src/scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,10 @@
padding: 0;
}

a, figure,
blockquote, .tags {
a,
figure,
blockquote,
.tags {
font-family: base.$accent-font;
}

Expand Down

0 comments on commit 1d2f52e

Please sign in to comment.