Update terminal style
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
@@ -53,7 +53,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<pre><div style="margin-top:-16px"></div><%# -%>
|
||||
<pre><div style="margin-top:-20px"></div><%# -%>
|
||||
<% if (base.metadata) { %>
|
||||
<div class="banner"><%# -%>
|
||||
GitHub metrics generator <%= meta.version %>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.3 KiB After Width: | Height: | Size: 8.3 KiB |
@@ -47,19 +47,21 @@
|
||||
}
|
||||
|
||||
/* Terminal */
|
||||
pre {
|
||||
pre, .banner, .footer {
|
||||
margin: 0;
|
||||
background: #42092B;
|
||||
padding: 12px;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
font-family: monospace;
|
||||
color: #DDDDDD;
|
||||
white-space: break-spaces;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #42092B;
|
||||
padding: 12px;
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
.banner, footer {
|
||||
opacity: .7;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
/* Prompt */
|
||||
|
||||
Reference in New Issue
Block a user