Website: Improved readability (#3177)

This commit is contained in:
Michael Schmidt 2021-11-08 12:52:43 +01:00 committed by GitHub
parent 746da79b1f
commit 4433d7fe7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -132,8 +132,9 @@ header, footer {
padding: 30px -webkit-calc(50% - 450px); /* Workaround for bug */ padding: 30px -webkit-calc(50% - 450px); /* Workaround for bug */
padding: 30px calc(50% - 450px); padding: 30px calc(50% - 450px);
color: white; color: white;
text-shadow: 0 -1px 2px black; text-shadow: 0 -1px 2px black, 0 0 4px black,
background: url(img/spectrum.png) fixed; 0 -1px 0 black, 0 1px 0 black, -1px 0 0 black, 1px 0 0 black;
background: linear-gradient(transparent, rgba(0, 0, 0, 0.6)), url(img/spectrum.png) fixed;
} }
header:before, header:before,
@ -191,12 +192,11 @@ footer:before {
} }
#features { #features {
margin-top: 2em; margin-top: 1.6em;
font-size: 80%;
} }
#features li { #features li {
margin: 0 0 2em 0; margin: 0 0 1.6em 0;
list-style: none; list-style: none;
display: inline-block; display: inline-block;
width: 49%; width: 49%;
@ -205,10 +205,10 @@ footer:before {
} }
#features li:nth-child(odd) { #features li:nth-child(odd) {
padding-right: 2.5em; padding-right: 2em;
} }
#features li:nth-child(even) { #features li:nth-child(even) {
padding-left: 2.5em; padding-left: 2em;
} }
#features li:before { #features li:before {
@ -216,14 +216,14 @@ footer:before {
float: left; float: left;
margin-left: -.8em; margin-left: -.8em;
color: #7fab14; color: #7fab14;
font-size: 400%; font-size: 320%;
line-height: 1; line-height: 1;
} }
#features li strong { #features li strong {
display: block; display: block;
margin-bottom: .1em; margin-bottom: .1em;
font-size: 200%; font-size: 160%;
} }
header .download-button { header .download-button {
@ -239,6 +239,7 @@ footer:before {
text-align: center; text-align: center;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: .2em; letter-spacing: .2em;
text-shadow: 0 -1px 2px black;
} }
#theme > p { #theme > p {
@ -370,7 +371,6 @@ footer {
margin-top: 2em; margin-top: 2em;
background-position: bottom; background-position: bottom;
color: white; color: white;
text-shadow: 0 -1px 2px black;
} }
footer:before { footer:before {