From fee5818823fcad3f55612177702e777e229a82a9 Mon Sep 17 00:00:00 2001 From: Ismael Date: Tue, 22 Nov 2022 14:47:15 -0700 Subject: [PATCH] Fix a tag styling (#104) * added styles folder for assets css example * update styles on index for css starter example * added styles folder in basic starter and nav starter and put back local global and selector css as _app.js is not added yet * fix bottom logo style * fix a text color in first 3 examples --- basics/assets-metadata-css-starter/pages/index.js | 4 +--- basics/learn-starter/pages/index.js | 4 +--- basics/navigate-between-pages-starter/pages/index.js | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/basics/assets-metadata-css-starter/pages/index.js b/basics/assets-metadata-css-starter/pages/index.js index 52cc6e9..a4e4a64 100644 --- a/basics/assets-metadata-css-starter/pages/index.js +++ b/basics/assets-metadata-css-starter/pages/index.js @@ -85,10 +85,8 @@ export default function Home() { display: flex; justify-content: center; align-items: center; - } - a { - color: inherit; text-decoration: none; + color: inherit; } code { background: #fafafa; diff --git a/basics/learn-starter/pages/index.js b/basics/learn-starter/pages/index.js index b32798f..32a91df 100644 --- a/basics/learn-starter/pages/index.js +++ b/basics/learn-starter/pages/index.js @@ -84,10 +84,8 @@ export default function Home() { display: flex; justify-content: center; align-items: center; - } - a { - color: inherit; text-decoration: none; + color: inherit; } code { background: #fafafa; diff --git a/basics/navigate-between-pages-starter/pages/index.js b/basics/navigate-between-pages-starter/pages/index.js index b32798f..32a91df 100644 --- a/basics/navigate-between-pages-starter/pages/index.js +++ b/basics/navigate-between-pages-starter/pages/index.js @@ -84,10 +84,8 @@ export default function Home() { display: flex; justify-content: center; align-items: center; - } - a { - color: inherit; text-decoration: none; + color: inherit; } code { background: #fafafa;