4.0 Beta (Build 20246)

This commit is contained in:
2020-09-02 22:14:59 +02:00
Unverified
parent 066e1f6a17
commit 2af9fef048
19 changed files with 257 additions and 57 deletions

View File

@@ -5,6 +5,13 @@ h1 {
text-align: center;
}
h2 {
color: #C0C0C0;
font-family: 'Segoe UI';
font-size: 25px;
text-align: center;
}
h5 {
color: #C0C0C0;
font-family: 'Segoe UI';
@@ -24,6 +31,10 @@ p {
text-align: center;
}
#description-image {
text-align: center;
}
#about-program-image {
text-align: center;
}
@@ -39,6 +50,13 @@ p {
text-align: center;
}
#about-program-changelog-main-version {
color: #C0C0C0;
font-family: 'Segoe UI';
font-size: 17px;
font-weight: 600;
}
td {
color: #C0C0C0;
font-family: 'Segoe UI';
@@ -77,4 +95,10 @@ th {
li {
color: #C0C0C0;
font-family: 'Segoe UI';
}
code {
color: #C0C0C0;
font-size: large;
}