Skip to content

Commit

Permalink
upgrade to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Vieira committed Mar 17, 2024
1 parent 27e6a0b commit deb4556
Show file tree
Hide file tree
Showing 3 changed files with 2,111 additions and 1,751 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.18.2",
"@astrojs/react": "^2.1.0",
"@astrojs/rss": "^2.3.1",
"@astrojs/sitemap": "^1.2.1",
"@astrojs/mdx": "2.2.0",
"@astrojs/react": "3.1.0",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.1.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^2.1.5",
"astro": "4.5.5",
"iconoir-react": "^2.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"iconoir-react": "^2.1.0"
"react-dom": "^18.0.0"
}
}
14 changes: 10 additions & 4 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,19 @@ a {
color: #121213;
text-decoration: none;
}

.dark a {
color: #e2e9f6;
}

nav a {
margin-right: 10px;
}

.dark nav a {
color: #e2e9f6;
}

textarea {
width: 100%;
font-size: 16px;
Expand Down Expand Up @@ -68,10 +78,6 @@ html.dark {
color: #fff;
}

.dark a {
color: #e2e9f6;
}

.nav-content {
display: flex;
justify-content: space-between;
Expand Down
Loading

0 comments on commit deb4556

Please sign in to comment.