File tree 6 files changed +11
-152
lines changed
6 files changed +11
-152
lines changed Original file line number Diff line number Diff line change 1
1
export default defineAppConfig ( {
2
2
ui : {
3
- primary : 'slate ' ,
3
+ primary : '#63797C ' ,
4
4
gray : 'cool' ,
5
5
6
6
card : {
Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ function toggle() {
30
30
<UButton icon =" i-heroicons-bars-3" @click =" toggle" />
31
31
</div >
32
32
<div class =" flex-initial" >
33
- <img src =" ~/assets/logo.svg" class =" dark:invert" style =" height : 100% ; padding : 0.25rem ;" />
33
+ <img src =" ~/assets/logo.svg" style =" height : 40px ; margin : 5px 0 5px 0.5rem ;" />
34
+ </div >
35
+ <div class =" flex-initial" >
36
+ <img src =" ~/assets/logotype.svg" class =" dark:invert" style =" height : 30px ; margin : 12px 0 8px 5px ;" />
34
37
</div >
35
38
36
39
<div class =" flex-1" />
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" text-center" >
3
- <h1 class =" text-center" >Welcome to GPTScript!</h1 >
3
+ <h1 >Welcome to GPTScript!</h1 >
4
+
5
+ <img src =" ~/assets/logo.svg" width =" 300px" style =" aspect-ratio : preserve;" class =" inline m-5" align =" center" />
4
6
5
7
<h2 class =" mt-20" ><i class =" i-heroicons-arrow-long-left align-middle text-lg" /> Choose a script to get started.</h2 >
6
8
</div >
Original file line number Diff line number Diff line change 1
- import type { Config } from 'tailwindcss'
1
+ import type { Config } from 'tailwindcss/types/config '
2
2
import defaultTheme from 'tailwindcss/defaultTheme'
3
3
4
4
You can’t perform that action at this time.
0 commit comments