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