website: change list bullets to checkmark

pull/265/head
Yangshun 3 years ago
parent e23c75a7e6
commit 96ed24637b

@ -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;
}

Loading…
Cancel
Save