Cldfire / ayu-rs

CSS for Rustlang websites based on the ST3 theme Ayu
Other
76 stars 7 forks source link

Support Night Mode for https://blog.rust-lang.org/ #17

Closed DeltaManiac closed 6 years ago

DeltaManiac commented 6 years ago

16 Custom CSS for Night Mode rustlang blog

@Cldfire Should we have a separate css file for the blog template ?

DeltaManiac commented 6 years ago

I went ahead and created a separate file for blog.rust-lang and cleaned up the style sheet a bit

Cldfire commented 6 years ago

Hello! Thanks for the PR. It looks good, but there are a few things I'd like to see done before I merge it.

Now there will only be scrollbars where they are needed, which is nice.

That process is kind of annoying and ugly. Hopefully in the future I'll find the time to clean it up and make it simpler to specify which CSS gets applied where (perhaps in a TOML file or something).

Anyway, that's about all I can think of right now. Once you add a commit with those changes I'll make another pass over it and we'll get it ready to merge in no time 😄.

Thanks again for taking the time to do this!

DeltaManiac commented 6 years ago

Thanks for the original implementation and your current suggestions, they have been done. Also fixed the code highlight to look much better without the border. 😀

Cldfire commented 6 years ago

Perfect! Everything looks good now, so I'm going to merge it.

Thank you for your contribution.