diff options
-rw-r--r-- | src/themes/plain.hbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/themes/plain.hbs b/src/themes/plain.hbs index cbe8948..fe33d28 100644 --- a/src/themes/plain.hbs +++ b/src/themes/plain.hbs @@ -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> |