update colour scheme, refactor templates and css
This commit is contained in:
parent
2e79538d1b
commit
13744c2002
3 changed files with 26 additions and 9 deletions
|
@ -14,12 +14,12 @@
|
|||
<div class="main issue">
|
||||
<div class="contents">
|
||||
<div class="info">
|
||||
<p style="font-size: 36px; color: #9A8FA7;">@<%= it.issue.repository?.full_name || it.issue.base.repo.full_name %></p>
|
||||
<p class="title"><span style="font-weight: 400; color: #9A8FA7">#<%= it.issue.number %></span><%~ include('spanwords', {text: title})
|
||||
<p class="repo-name">@<%= it.issue.repository?.full_name || it.issue.base.repo.full_name %></p>
|
||||
<p class="title"><span class="number">#<%= it.issue.number %></span><%~ include('spanwords', {text: title})
|
||||
%></p>
|
||||
<% if (it.issue.body) { %>
|
||||
<p style="font-size: 42px; font-weight: 500; flex-wrap: wrap; color: #9A8FA7; display: flex; column-gap: 0.25em;">
|
||||
<%~ include('spanwords', {text: body})%>
|
||||
<p class="description">
|
||||
<%= body %>
|
||||
</p>
|
||||
<% } %>
|
||||
</div>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<p class="author"><span><%= it.repo.owner.full_name %></span><span class="username">@<%= it.repo.owner.login %></span></p>
|
||||
<p class="repo-name"><%= it.repo.name %></p>
|
||||
<% if (it.repo.description) { %>
|
||||
<p style="font-size: 42px; font-weight: 500; color: #9A8FA7;"><%= it.repo.description %></p>
|
||||
<p class="description"><%= it.repo.description %></p>
|
||||
<% } %>
|
||||
</div>
|
||||
<div class="graphics">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue