mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: change list bullets to checkmark
This commit is contained in:
@ -29,15 +29,15 @@ module.exports = {
|
||||
position: 'left',
|
||||
},
|
||||
{
|
||||
label: 'Coding interview guide',
|
||||
label: 'Coding',
|
||||
href: '/coding-interview',
|
||||
},
|
||||
{
|
||||
label: 'Algorithms 101',
|
||||
label: 'Algorithms',
|
||||
href: '/algorithms/introduction',
|
||||
},
|
||||
{label: 'Blog', to: 'blog', position: 'left'},
|
||||
{label: 'Advertise with us', to: '/advertise', position: 'left'},
|
||||
{label: 'Advertise', to: '/advertise', position: 'left'},
|
||||
{
|
||||
href: 'https://github.com/yangshun/tech-interview-handbook',
|
||||
position: 'right',
|
||||
@ -133,6 +133,7 @@ module.exports = {
|
||||
{
|
||||
title: 'More',
|
||||
items: [
|
||||
{label: 'Advertise', href: '/advertise'},
|
||||
{
|
||||
label: 'Contact us',
|
||||
href: 'mailto:contact@techinterviewhandbook.org',
|
||||
|
@ -36,6 +36,10 @@ html[data-theme='dark'] {
|
||||
--ifm-color-primary-lightest: rgb(191, 191, 248);
|
||||
}
|
||||
|
||||
.navbar__items {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.footer__links {
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
Reference in New Issue
Block a user