Revert classic used font
This commit is contained in:
2
action/dist/index.js
vendored
2
action/dist/index.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="<%= 0
|
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="<%= 12
|
||||||
+ (!!base.header)*80
|
+ (!!base.header)*80
|
||||||
+ (!!base.metadata)*38
|
+ (!!base.metadata)*38
|
||||||
+ ((!!base.activity)||(!!base.community))*128
|
+ ((!!base.activity)||(!!base.community))*128
|
||||||
@@ -48,7 +48,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M1 2.5A2.5 2.5 0 013.5 0h8.75a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0V1.5h-8a1 1 0 00-1 1v6.708A2.492 2.492 0 013.5 9h3.25a.75.75 0 010 1.5H3.5a1 1 0 100 2h5.75a.75.75 0 010 1.5H3.5A2.5 2.5 0 011 11.5v-9zm13.23 7.79a.75.75 0 001.06-1.06l-2.505-2.505a.75.75 0 00-1.06 0L9.22 9.229a.75.75 0 001.06 1.061l1.225-1.224v6.184a.75.75 0 001.5 0V9.066l1.224 1.224z"></path></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16"><path fill-rule="evenodd" d="M1 2.5A2.5 2.5 0 013.5 0h8.75a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0V1.5h-8a1 1 0 00-1 1v6.708A2.492 2.492 0 013.5 9h3.25a.75.75 0 010 1.5H3.5a1 1 0 100 2h5.75a.75.75 0 010 1.5H3.5A2.5 2.5 0 011 11.5v-9zm13.23 7.79a.75.75 0 001.06-1.06l-2.505-2.505a.75.75 0 00-1.06 0L9.22 9.229a.75.75 0 001.06 1.061l1.225-1.224v6.184a.75.75 0 001.5 0V9.066l1.224 1.224z"></path></svg>
|
||||||
Contributed to <%= user.repositoriesContributedTo.totalCount %> repo<%= s(user.repositoriesContributedTo.totalCount) %>
|
Contributed to <%= user.repositoriesContributedTo.totalCount %> repositor<%= s(user.repositoriesContributedTo.totalCount, "y") %>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
@@ -1,6 +1,6 @@
|
|||||||
/* SVG global context */
|
/* SVG global context */
|
||||||
svg {
|
svg {
|
||||||
font-family: 'Montserrat';
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #777777;
|
color: #777777;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -57,7 +57,8 @@
|
|||||||
<% if (base.metadata) { %>
|
<% if (base.metadata) { %>
|
||||||
<div class="banner"><%# -%>
|
<div class="banner"><%# -%>
|
||||||
GitHub metrics generator <%= meta.version %>
|
GitHub metrics generator <%= meta.version %>
|
||||||
These generated metrics comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
|
These generated metrics comes with ABSOLUTELY NO
|
||||||
|
WARRANTY, to the extent permitted by applicable law.
|
||||||
|
|
||||||
Last generated: <%= new Date().toGMTString() %>
|
Last generated: <%= new Date().toGMTString() %>
|
||||||
</div><% } -%>
|
</div><% } -%>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 8.5 KiB |
@@ -53,7 +53,6 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: 'Courier Prime';
|
font-family: 'Courier Prime';
|
||||||
color: #DDDDDD;
|
color: #DDDDDD;
|
||||||
white-space: break-spaces;
|
|
||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
background: #42092B;
|
background: #42092B;
|
||||||
@@ -61,7 +60,7 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
}
|
}
|
||||||
.banner, footer {
|
.banner, footer {
|
||||||
opacity: .7;
|
color: #AE9DA7;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Prompt */
|
/* Prompt */
|
||||||
|
|||||||
Reference in New Issue
Block a user