File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,11 +116,11 @@ <h1>🔍 GitHub Issues Tracker</h1>
116116 </ div >
117117 </ div >
118118
119- < footer style =" text-align: center; padding: 20px; margin-top: 40px; border-top: 1px solid #30363d; color: #8b949e; font-size: 14px; " >
120- < div style =" margin-bottom: 10px; ">
121- Developed by < a href ="https://hodpub.com " target ="_blank " rel ="noopener noreferrer " style =" color: #58a6ff; text-decoration: none; " > Hod Publishing</ a > | < a href ="https://github.com/cussa " target ="_blank " rel ="noopener noreferrer " style =" color: #58a6ff; text-decoration: none; "> Cussa Mitre</ a >
119+ < footer >
120+ < div class =" footer-credits ">
121+ Developed by < a href ="https://hodpub.com " target ="_blank " rel ="noopener noreferrer "> Hod Publishing</ a > | < a href ="https://github.com/cussa " target ="_blank " rel ="noopener noreferrer "> Cussa Mitre</ a >
122122 </ div >
123- < a href ="https://github.com/hodpub/github-issues-tracker " target ="_blank " rel ="noopener noreferrer " style =" color: #58a6ff; text-decoration: none; " >
123+ < a href ="https://github.com/hodpub/github-issues-tracker " target ="_blank " rel ="noopener noreferrer ">
124124 View on GitHub
125125 </ a >
126126 </ footer >
Original file line number Diff line number Diff line change @@ -116,11 +116,11 @@ <h1>🔍 GitHub Issues Tracker</h1>
116116 </ div >
117117 </ div >
118118
119- < footer style =" text-align: center; padding: 20px; margin-top: 40px; border-top: 1px solid #30363d; color: #8b949e; font-size: 14px; " >
120- < div style =" margin-bottom: 10px; ">
121- Developed by < a href ="https://hodpub.com " target ="_blank " rel ="noopener noreferrer " style =" color: #58a6ff; text-decoration: none; " > Hod Publishing</ a > | < a href ="https://github.com/cussa " target ="_blank " rel ="noopener noreferrer " style =" color: #58a6ff; text-decoration: none; "> Cussa Mitre</ a >
119+ < footer >
120+ < div class =" footer-credits ">
121+ Developed by < a href ="https://hodpub.com " target ="_blank " rel ="noopener noreferrer "> Hod Publishing</ a > | < a href ="https://github.com/cussa " target ="_blank " rel ="noopener noreferrer "> Cussa Mitre</ a >
122122 </ div >
123- < a href ="https://github.com/hodpub/github-issues-tracker " target ="_blank " rel ="noopener noreferrer " style =" color: #58a6ff; text-decoration: none; " >
123+ < a href ="https://github.com/hodpub/github-issues-tracker " target ="_blank " rel ="noopener noreferrer ">
124124 View on GitHub
125125 </ a >
126126 </ footer >
Original file line number Diff line number Diff line change 4040 }
4141}
4242
43+ footer {
44+ text-align : center;
45+ padding : 20px ;
46+ margin-top : 40px ;
47+ border-top : 1px solid # 30363d ;
48+ color : # 8b949e ;
49+ font-size : 14px ;
50+ }
51+
52+ footer .footer-credits {
53+ margin-bottom : 10px ;
54+ }
55+
56+ footer a {
57+ color : # 58a6ff ;
58+ text-decoration : none;
59+ }
60+
61+ footer a : hover {
62+ text-decoration : underline;
63+ }
64+
4365.view-switcher {
4466 display : flex;
4567 gap : 10px ;
You can’t perform that action at this time.
0 commit comments