Improve placeholder generation
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user