mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: add Discord link
This commit is contained in:
@ -221,6 +221,15 @@ html[data-theme='dark'] .navbar-icon-instagram:before {
|
||||
background-image: url('/img/instagram-light.svg');
|
||||
}
|
||||
|
||||
.navbar-icon-discord:before {
|
||||
background-image: url('/img/discord.svg');
|
||||
width: 31px;
|
||||
}
|
||||
|
||||
html[data-theme='dark'] .navbar-icon-discord:before {
|
||||
background-image: url('/img/discord-light.svg');
|
||||
}
|
||||
|
||||
.admonition-heading h5 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user