marketing: add IG profile

This commit is contained in:
Yangshun
2022-04-15 18:28:52 +08:00
parent 1f7566bf90
commit ef73e35d73
5 changed files with 19 additions and 1 deletions

View File

@ -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');
}