update colour scheme, refactor templates and css

This commit is contained in:
hazycora 2023-08-02 21:54:01 -05:00
parent 2e79538d1b
commit 13744c2002
No known key found for this signature in database
GPG key ID: 215AF1F81F86940E
3 changed files with 26 additions and 9 deletions

View file

@ -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>

View file

@ -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">