B00merang-Project / Windows-10-Dark

Dark variant of Windows 10 theme
http://b00merang.weebly.com/windows-10.html
GNU General Public License v3.0
298 stars 35 forks source link

Theme regression #32

Closed leogx9r closed 3 years ago

leogx9r commented 3 years ago

Referencing commit 2b0bdcc4e5cf90817f187ee76253de3857d13ef4, 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;
Elbullazul commented 3 years ago

https://github.com/B00merang-Project/Windows-10-Dark/pull/31

merged, thank you!