Update styling for buttons and dark-theme

This commit is contained in:
syeopite 2021-03-28 20:13:16 -07:00
parent 15263201ad
commit f9f35c3c5f
No known key found for this signature in database
GPG key ID: 6FA616E5A5294A82
2 changed files with 21 additions and 8 deletions

View file

@ -24,9 +24,9 @@
<% {"Default", "Music", "Gaming", "Movies"}.each do |option| %>
<% if trending_type == option %>
<li class="pure-menu-item pure-menu-selected">
<b><a href="/feed/trending?type=<%= option %>&region=<%= region %>" class="pure-menu-link">
<%= translate(locale, option) %>
</a></b>
<a href="/feed/trending?type=<%= option %>&region=<%= region %>" class="pure-menu-link">
<b><%= translate(locale, option) %></b>
</a>
<% else %>
<li class="pure-menu-item">
<a href="/feed/trending?type=<%= option %>&region=<%= region %>" class="pure-menu-link">