B00merang-Project/Windows-10-Dark

Theme regression

leogx9r opened this issue · 1 comments

Referencing commit 2b0bdcc, this commit breaks the theme from being loaded due to a parsing error.

Instead of:

    padding left: 3px;
    padding right: 3px;

It should be:

    padding-left: 3px;
    padding-right: 3px;

#31

merged, thank you!