Improve placeholder generation

This commit is contained in:
linguist
2021-01-03 16:33:13 +01:00
parent 23aa69d0ae
commit 2186611784
3 changed files with 39 additions and 13 deletions

View File

@@ -22,12 +22,12 @@
background-color: var(--color-header-bg);
}
.title a {
color: var(--color-text-primary) !important;
color: #fff !important;
font-weight: normal;
}
.title svg {
margin-right: 2rem;
fill: currentColor;
fill: #fff !important;
width: 2rem;
height: 2rem;
}
@@ -267,6 +267,11 @@
.gh-requests {
font-size: .8rem;
}
/* Metrics */
.metrics {
width: 100%;
max-width: 480px;
}
/* Media screen */
@media only screen and (min-width: 700px) {