Skip to content

Commit

Permalink
Update App Branding
Browse files Browse the repository at this point in the history
  • Loading branch information
yossTheDev committed Aug 28, 2023
1 parent c84f8dc commit 49a2091
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 12 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, viewport-fit=cover"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<link rel="icon" type="image/svg+xml" href="/fav.svg" />

<!-- Color theme for statusbar (Android only) -->
<meta name="theme-color" content="#2196f3" />
<!-- Your app title -->
<title>Prossa | Online Ebook Reader</title>
<title>Prossa - Online Ebook Reader</title>

<!-- Framework7 styles -->
<link
Expand Down
42 changes: 42 additions & 0 deletions public/fav.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 0 additions & 10 deletions public/logo.svg

This file was deleted.

7 changes: 7 additions & 0 deletions tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ const konstaConfig = require('konsta/config');
/** @type {import('tailwindcss').Config} */
module.exports = konstaConfig({
content: ['./index.html', './src/**/*.{vue,js,ts,jsx,tsx}'],

konsta: {
colors: {
primary: '#37CAD5',
},
},

theme: {
extend: {
colors: {
Expand Down

0 comments on commit 49a2091

Please sign in to comment.