Skip to content

Commit 3406f17

Browse files
committed
fix NProgress bar color #162
1 parent 718fa81 commit 3406f17

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

book/2-end/app/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MyApp extends App {
3535
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3636
<link
3737
rel="stylesheet"
38-
href="https://storage.googleapis.com/async-await/nprogress-light.min.css"
38+
href="https://storage.googleapis.com/async-await/nprogress-dark.min.css?v=1"
3939
/>
4040
</Head>
4141
<CssBaseline />

book/3-begin/app/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MyApp extends App {
3535
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3636
<link
3737
rel="stylesheet"
38-
href="https://storage.googleapis.com/async-await/nprogress-light.min.css"
38+
href="https://storage.googleapis.com/async-await/nprogress-dark.min.css?v=1"
3939
/>
4040
</Head>
4141
<CssBaseline />

book/3-end/app/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MyApp extends App {
3535
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3636
<link
3737
rel="stylesheet"
38-
href="https://storage.googleapis.com/async-await/nprogress-light.min.css"
38+
href="https://storage.googleapis.com/async-await/nprogress-dark.min.css?v=1"
3939
/>
4040
</Head>
4141
<CssBaseline />

book/4-begin/app/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MyApp extends App {
3535
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3636
<link
3737
rel="stylesheet"
38-
href="https://storage.googleapis.com/async-await/nprogress-light.min.css"
38+
href="https://storage.googleapis.com/async-await/nprogress-dark.min.css?v=1"
3939
/>
4040
</Head>
4141
<CssBaseline />

book/4-end/app/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MyApp extends App {
3535
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3636
<link
3737
rel="stylesheet"
38-
href="https://storage.googleapis.com/async-await/nprogress-light.min.css"
38+
href="https://storage.googleapis.com/async-await/nprogress-dark.min.css?v=1"
3939
/>
4040
</Head>
4141
<CssBaseline />

book/5-begin/app/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class MyApp extends App {
3535
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
3636
<link
3737
rel="stylesheet"
38-
href="https://storage.googleapis.com/async-await/nprogress-light.min.css"
38+
href="https://storage.googleapis.com/async-await/nprogress-dark.min.css?v=1"
3939
/>
4040
</Head>
4141
<CssBaseline />

book/5-end/app/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class MyApp extends App {
3939
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
4040
<link
4141
rel="stylesheet"
42-
href="https://storage.googleapis.com/async-await/nprogress-light.min.css"
42+
href="https://storage.googleapis.com/async-await/nprogress-dark.min.css?v=1"
4343
/>
4444
</Head>
4545
<CssBaseline />

book/6-begin/app/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class MyApp extends App {
3939
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
4040
<link
4141
rel="stylesheet"
42-
href="https://storage.googleapis.com/async-await/nprogress-light.min.css"
42+
href="https://storage.googleapis.com/async-await/nprogress-dark.min.css?v=1"
4343
/>
4444
</Head>
4545
<CssBaseline />

book/6-end/app/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class MyApp extends App {
3939
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
4040
<link
4141
rel="stylesheet"
42-
href="https://storage.googleapis.com/async-await/nprogress-light.min.css"
42+
href="https://storage.googleapis.com/async-await/nprogress-dark.min.css?v=1"
4343
/>
4444
</Head>
4545
<CssBaseline />

book/7-begin/app/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class MyApp extends App {
3939
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
4040
<link
4141
rel="stylesheet"
42-
href="https://storage.googleapis.com/async-await/nprogress-light.min.css"
42+
href="https://storage.googleapis.com/async-await/nprogress-dark.min.css?v=1"
4343
/>
4444
</Head>
4545
<CssBaseline />

book/7-end/app/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class MyApp extends App {
116116
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
117117
<link
118118
rel="stylesheet"
119-
href="https://storage.googleapis.com/async-await/nprogress-light.min.css"
119+
href="https://storage.googleapis.com/async-await/nprogress-dark.min.css?v=1"
120120
/>
121121
</Head>
122122
<CssBaseline />

book/8-begin/app/pages/_app.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class MyApp extends App {
116116
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
117117
<link
118118
rel="stylesheet"
119-
href="https://storage.googleapis.com/async-await/nprogress-light.min.css"
119+
href="https://storage.googleapis.com/async-await/nprogress-dark.min.css?v=1"
120120
/>
121121
</Head>
122122
<CssBaseline />

0 commit comments

Comments
 (0)