fix typo in plain theme breaking light mode.
1 files changed, 2 insertions(+), 2 deletions(-) M src/themes/plain.hbs
M src/themes/plain.hbs => src/themes/plain.hbs +2 -2
@@ 5,7 5,7 @@ <title>{{#if error}}Error!{{else}}@{{user.name}}'s Last.fm Stats{{/if}}</title> <style> {{#if (eq query.dark null)}} :root { --b: black; color: black; backgrond-color: white; } :root { --b: black; color: black; background-color: white; } {{else}} :root { --b: white; color: white; background-color: black; } @@ a:visited { color: pink } 31,4 31,4 @@ </p> {{/if}} </body> </html> \ No newline at end of file </html>