mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user