website: add Telegram channel

This commit is contained in:
Yangshun
2022-02-03 12:29:06 +08:00
parent b1718f2d04
commit 058db4a841
7 changed files with 26 additions and 3 deletions

View File

@ -118,6 +118,7 @@ html[data-theme='dark'] .navbar-icon-github:before {
html[data-theme='dark'] .navbar-icon-twitter:before {
background-image: url('/img/icons8-twitter-light.svg');
}
.navbar-icon-facebook:before {
background-image: url('/img/icons8-facebook.svg');
}
@ -127,3 +128,13 @@ html[data-theme='dark'] .navbar-icon-facebook:before {
height: 28px;
width: 28px;
}
.navbar-icon-telegram:before {
background-image: url('/img/icons8-telegram.svg');
}
html[data-theme='dark'] .navbar-icon-telegram:before {
background-image: url('/img/icons8-telegram-light.svg');
height: 28px;
width: 24px;
}