Update styling for buttons and dark-theme

This commit is contained in:
syeopite
2021-03-28 20:13:16 -07:00
parent 765041f1b8
commit e34f375cf5
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">