File tree Expand file tree Collapse file tree 6 files changed +11
-152
lines changed Expand file tree Collapse file tree 6 files changed +11
-152
lines changed Original file line number Diff line number Diff line change 11export default defineAppConfig ( {
22 ui : {
3- primary : 'slate ' ,
3+ primary : '#63797C ' ,
44 gray : 'cool' ,
55
66 card : {
Original file line number Diff line number Diff line change @@ -30,7 +30,10 @@ function toggle() {
3030 <UButton icon =" i-heroicons-bars-3" @click =" toggle" />
3131 </div >
3232 <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 ;" />
3437 </div >
3538
3639 <div class =" flex-1" />
Original file line number Diff line number Diff line change 11<template >
22 <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" />
46
57 <h2 class =" mt-20" ><i class =" i-heroicons-arrow-long-left align-middle text-lg" /> Choose a script to get started.</h2 >
68 </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 '
22import defaultTheme from 'tailwindcss/defaultTheme'
33
44
You can’t perform that action at this time.
0 commit comments