diff --git a/src/templates/wishlist_view.html b/src/templates/wishlist_view.html index d5cefa3..da3b626 100644 --- a/src/templates/wishlist_view.html +++ b/src/templates/wishlist_view.html @@ -8,8 +8,6 @@ body { background-color: #1a1a1a; color: #aaa; - font-family: "Fira Code", "Fira Mono", "Roboto Mono", - "Lucida Console", "Courier New", monospace; font-size: 16px; line-height: 1.5; margin: 0; @@ -18,6 +16,8 @@ * { transition: height 1s !important; + font-family: "Fira Code", "Fira Mono", "Roboto Mono", + "Lucida Console", "Courier New", monospace; } h1,