mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Update styling for buttons and dark-theme
This commit is contained in:
parent
15263201ad
commit
f9f35c3c5f
2 changed files with 21 additions and 8 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue