InputUsername / zola-hook

A clean and simple personal site/blog theme for the Zola static site generator
https://inputusername.github.io/zola-hook/
35 stars 18 forks source link

tables #6

Closed hecatia-elegua closed 1 year ago

hecatia-elegua commented 1 year ago

I just noticed these are missing. Not really sure how to do those myself, any pointers? Or do you want to add them?

InputUsername commented 1 year ago

I just noticed these are missing. Not really sure how to do those myself, any pointers? Or do you want to add them?

Yes, table styles are not implemented but I'm open to adding it to the theme. If you're familiar with SASS (https://sass-lang.com/), I'd be happy to help you create a pull request to implement it. A good starting point are the files in the /sass directory:

InputUsername commented 1 year ago

@hecatia-elegua I took a stab at implementing this myself in #7, it looks like this:

Light theme

Dark theme

Would this work for you?

hecatia-elegua commented 1 year ago

I now just fumbled around with some CSS. But yours is good for tables in general!

InputUsername commented 1 year ago

I see, yeah overriding individual things always works, the theme is just a baseline :smile: Cheers, I'll merge it.