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