mirror of
https://github.com/mmahdium/portfolio.git
synced 2026-08-17 05:24:30 +03:30
Update website design and fonts for a modern aesthetic
Replace 'indigo' and 'slate' color schemes with 'violet' and 'zinc'. Update fonts to Geist, DM Sans, and Space Grotesk. Implement gradient backgrounds and glassmorphism effects for a modern look. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 8164b8e9-c586-4079-b330-117351ac2d8d Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 8af40ca5-651f-4c19-9c76-5cd8766cb502 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9c9df2fc-1e25-49ec-be14-03588059631a/8164b8e9-c586-4079-b330-117351ac2d8d/xwTaiGN
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
||||
export default defineAppConfig({
|
||||
ui: {
|
||||
strategy: "merge",
|
||||
primary: "indigo",
|
||||
gray: "slate",
|
||||
primary: "violet",
|
||||
gray: "zinc",
|
||||
colors: {
|
||||
primary: 'indigo',
|
||||
primary: 'violet',
|
||||
},
|
||||
icons: {
|
||||
dynamic: true,
|
||||
|
||||
Reference in New Issue
Block a user