mirror of
https://github.com/iv-org/invidious.git
synced 2025-10-15 11:58:07 +00:00
Update styling for buttons and dark-theme
This commit is contained in:
@@ -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 %>®ion=<%= region %>" class="pure-menu-link">
|
||||
<%= translate(locale, option) %>
|
||||
</a></b>
|
||||
<a href="/feed/trending?type=<%= option %>®ion=<%= region %>" class="pure-menu-link">
|
||||
<b><%= translate(locale, option) %></b>
|
||||
</a>
|
||||
<% else %>
|
||||
<li class="pure-menu-item">
|
||||
<a href="/feed/trending?type=<%= option %>®ion=<%= region %>" class="pure-menu-link">
|
||||
|
Reference in New Issue
Block a user