change color ,title unlink

This commit is contained in:
chiu 2024-12-24 08:52:27 +00:00
parent f2e2563d45
commit 8ea2b05989
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
border-bottom: 2px solid #ddd;
padding: 0 0 10px;
margin: 10px 0 20px;
color: #881f05;
color: #000;
}
.epaper-show .ep-info {
background: #fff;
@ -209,7 +209,7 @@
<%= t('e_paper.title') %>
</span>
<h3 class="epaper-show-title">
<a class="ep-content-title" href="<%= page + "/" + paper.to_param + "?method=topics" %>" target="_blank"><span><%= paper.title %></span></a>
<span><%= paper.title %></span>
</h3>
</div>
<% end %>