mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
marketing: add IG profile
This commit is contained in:
@ -189,6 +189,7 @@ html[data-theme='dark'] .navbar-icon-twitter:before {
|
||||
|
||||
.navbar-icon-facebook:before {
|
||||
background-image: url('/img/icons8-facebook.svg');
|
||||
width: 28px;
|
||||
}
|
||||
|
||||
html[data-theme='dark'] .navbar-icon-facebook:before {
|
||||
@ -206,3 +207,12 @@ html[data-theme='dark'] .navbar-icon-telegram:before {
|
||||
height: 28px;
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
.navbar-icon-instagram:before {
|
||||
background-image: url('/img/instagram.svg');
|
||||
width: 24px;
|
||||
}
|
||||
|
||||
html[data-theme='dark'] .navbar-icon-instagram:before {
|
||||
background-image: url('/img/instagram-light.svg');
|
||||
}
|
||||
|
Reference in New Issue
Block a user