mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fetch releases from GitHub API
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user