diff --git a/app/assets/stylesheets/components/base.css b/app/assets/stylesheets/components/base.css index 45e6263..b8fbc69 100644 --- a/app/assets/stylesheets/components/base.css +++ b/app/assets/stylesheets/components/base.css @@ -1,4 +1,8 @@ @layer base { + html { + font-size: 14px; + } + body { @apply leading-none bg-cover bg-fixed; background-image: linear-gradient(35deg, rgba(255,0,255,0.2) 0, rgba(13,79,153,0.8) 100%), url('/img/bg-1.jpg'); diff --git a/app/views/dashboard/index.html.erb b/app/views/dashboard/index.html.erb index bb8619e..9f39bb4 100644 --- a/app/views/dashboard/index.html.erb +++ b/app/views/dashboard/index.html.erb @@ -25,7 +25,7 @@

- 🗲 + <%= render partial: "icons/zap", locals: { custom_class: "text-amber-500 h-4 w-4 inline" } %> <%= link_to "Lightning Wallet", wallet_path, class: "ks-text-link" %>