mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: add Telegram channel
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user