This repository was archived by the owner on Oct 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default function Banner() {
6
6
< a href = "https://passage.id/" > < div className = { styles . passageLogo } > </ div > </ a >
7
7
< div className = { styles . headerText } > Passage + Next.js Example App</ div >
8
8
< div className = { styles . spacer } > </ div >
9
- < a href = "https://passage.id/" > < span className = { styles . text } > Go to Passage</ span > </ a >
9
+ < a href = "https://passage.id/" className = { styles . link } > Go to Passage</ a >
10
10
</ div >
11
11
) ;
12
12
}
Original file line number Diff line number Diff line change 2
2
padding : 20px 30px ;
3
3
display : flex;
4
4
align-items : center;
5
- background-color : # 27417E ;
5
+ background-color : # 282727 ;
6
6
color : white;
7
7
}
8
- .header-text {
8
+ .headerText {
9
9
font-size : 24px ;
10
- margin-left : 10px ;
10
+ margin : 0 px 10px ;
11
11
}
12
12
13
13
.passageLogo {
14
- background-image : url ('https://storage.googleapis.com/passage-docs/passage-logo.svg' );
14
+ background-image : url ('https://storage.googleapis.com/passage-docs/passage-logo-dark .svg' );
15
15
background-repeat : no-repeat;
16
16
width : 60px ;
17
17
height : 60px ;
24
24
.link {
25
25
margin-left : 20px ;
26
26
color : white;
27
+ text-decoration : underline;
27
28
text-decoration-color : white;
28
29
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export default function Banner() {
6
6
< a href = "https://passage.id/" > < div className = { styles . passageLogo } > </ div > </ a >
7
7
< div className = { styles . headerText } > Passage + Next.js Example App</ div >
8
8
< div className = { styles . spacer } > </ div >
9
- < a href = "https://passage.id/" > < span className = { styles . text } > Go to Passage</ span > </ a >
9
+ < a href = "https://passage.id/" className = { styles . link } > Go to Passage</ a >
10
10
</ div >
11
11
) ;
12
12
}
Original file line number Diff line number Diff line change 2
2
padding : 20px 30px ;
3
3
display : flex;
4
4
align-items : center;
5
- background-color : # 27417E ;
5
+ background-color : # 282727 ;
6
6
color : white;
7
7
}
8
- .header-text {
8
+ .headerText {
9
9
font-size : 24px ;
10
- margin-left : 10px ;
10
+ margin : 0 px 10px ;
11
11
}
12
12
13
13
.passageLogo {
14
- background-image : url ('https://storage.googleapis.com/passage-docs/passage-logo.svg' );
14
+ background-image : url ('https://storage.googleapis.com/passage-docs/passage-logo-dark .svg' );
15
15
background-repeat : no-repeat;
16
16
width : 60px ;
17
17
height : 60px ;
24
24
.link {
25
25
margin-left : 20px ;
26
26
color : white;
27
+ text-decoration : underline;
27
28
text-decoration-color : white;
28
29
}
You can’t perform that action at this time.
0 commit comments