Designer News is where the design community meets.
over 4 years ago from Zach Hamed
On Chrome 69.
2) I can click the "The Art and Science of a Mac Menubar App" but not "Bye, Google Maps." It's being overlapped by .books.books-1. I'm on a 15" laptop, so 1440px width.
.books.books-1
3) You have
a { color: var(--main-color); }
but
.writing li:hover { background-color: rgba(40, 92, 255, 0.05); }
The hover state should use the variable colour too.
Now playing
On Chrome 69.
2) I can click the "The Art and Science of a Mac Menubar App" but not "Bye, Google Maps." It's being overlapped by
.books.books-1
. I'm on a 15" laptop, so 1440px width.3) You have
a { color: var(--main-color); }
but
.writing li:hover { background-color: rgba(40, 92, 255, 0.05); }
The hover state should use the variable colour too.