Fetch releases from GitHub API

This commit is contained in:
hensm
2019-01-13 21:27:44 +00:00
parent 836f0b6933
commit 3667a2ab8f
4 changed files with 86 additions and 8 deletions

View File

@@ -103,6 +103,11 @@ body {
color: var(--text-color-secondary);
font-size: 0.8em;
}
.discription__prerelease {
color: var(--red-50);
font-size: 0.8em;
font-weight: bolder;
}
.description p {
margin: 1rem 0;
@@ -140,6 +145,14 @@ body {
margin-right: 1rem;
}
.app-list__app-label {
color: var(--blue-40);
font-size: 0.8em;
font-variant: small-caps;
margin-left: 5px;
vertical-align: super;
}
.preview {
grid-area: preview;