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
This commit is contained in:
Ismael
2022-11-22 14:47:15 -07:00
committed by GitHub
parent 9bac578cd0
commit fee5818823
3 changed files with 3 additions and 9 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;