Update terminal style

This commit is contained in:
lowlighter
2020-10-24 21:59:25 +02:00
parent 0bde370759
commit cdbb0e5b87
3 changed files with 10 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

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

View File

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