diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-01-23 16:24:39 -0600 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-01-23 16:26:31 -0600 |
commit | d3a98242911bf6071b9384adc48730f6eeb09675 (patch) | |
tree | 64bce719f258c84f1a98b8cc8860f210ee260573 | |
parent | Set ID properly (diff) | |
download | trinkets-d3a98242911bf6071b9384adc48730f6eeb09675.tar trinkets-d3a98242911bf6071b9384adc48730f6eeb09675.tar.gz trinkets-d3a98242911bf6071b9384adc48730f6eeb09675.tar.bz2 trinkets-d3a98242911bf6071b9384adc48730f6eeb09675.tar.lz trinkets-d3a98242911bf6071b9384adc48730f6eeb09675.tar.xz trinkets-d3a98242911bf6071b9384adc48730f6eeb09675.tar.zst trinkets-d3a98242911bf6071b9384adc48730f6eeb09675.zip |
Change theme
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-rw-r--r-- | app/src/app.html | 2 | ||||
-rw-r--r-- | app/tailwind.config.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/app.html b/app/src/app.html index 2ce4c3b..f7d1d18 100644 --- a/app/src/app.html +++ b/app/src/app.html @@ -8,7 +8,7 @@ %sveltekit.head% </head> - <body data-sveltekit-preload-data="hover" data-theme="wintry"> + <body data-sveltekit-preload-data="hover" data-theme="vintage"> <div style="display: contents" class="h-full overflow-hidden">%sveltekit.body%</div> </body> </html> diff --git a/app/tailwind.config.ts b/app/tailwind.config.ts index d87e5b6..cfff777 100644 --- a/app/tailwind.config.ts +++ b/app/tailwind.config.ts @@ -20,7 +20,7 @@ export default { themes: { preset: [ { - name: 'wintry', + name: 'vintage', enhancements: true, }, ], |