diff --git a/blog/2020-08-19-web-crawling-with-puppeteer-and-tor-browser.md b/blog/2020-08-19-web-crawling-with-puppeteer-and-tor-browser.md index 66ce53a..1b0a3d5 100644 --- a/blog/2020-08-19-web-crawling-with-puppeteer-and-tor-browser.md +++ b/blog/2020-08-19-web-crawling-with-puppeteer-and-tor-browser.md @@ -130,4 +130,4 @@ const browser = await puppeteer.launch(browserOptions); Now you are ready to start crawling data. -**Happy coding!** \ No newline at end of file +**Happy coding!** diff --git a/src/index.css b/src/index.css index 8c0ff66..5bfb0b0 100644 --- a/src/index.css +++ b/src/index.css @@ -5,3 +5,18 @@ body { font-family: 'Montserrat', sans-serif; } + +ul.list-colored { + list-style: none; +} + +ul.list-colored li::before { + @apply text-accent; + + content: '\2022'; + font-weight: bold; + display: inline-block; + width: 1rem; + font-size: 1.25rem; + margin-left: -1rem; +} diff --git a/src/profile.tsx b/src/profile.tsx index a0c975e..0344ff2 100644 --- a/src/profile.tsx +++ b/src/profile.tsx @@ -36,7 +36,7 @@ export default { company: 'Nine', period: '10/2019 - Present', description: ( -