Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website: Improved readability #3177

Merged
merged 4 commits into from Nov 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions assets/style.css
Expand Up @@ -130,8 +130,9 @@ header, footer {
padding: 30px -webkit-calc(50% - 450px); /* Workaround for bug */
padding: 30px calc(50% - 450px);
color: white;
text-shadow: 0 -1px 2px black;
background: url(img/spectrum.png) fixed;
text-shadow: 0 -1px 2px black, 0 0 4px black,
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,
Expand Down Expand Up @@ -189,12 +190,11 @@ footer:before {
}

#features {
margin-top: 2em;
font-size: 80%;
margin-top: 1.6em;
}

#features li {
margin: 0 0 2em 0;
margin: 0 0 1.6em 0;
list-style: none;
display: inline-block;
width: 49%;
Expand All @@ -203,25 +203,25 @@ footer:before {
}

#features li:nth-child(odd) {
padding-right: 2.5em;
padding-right: 2em;
}
#features li:nth-child(even) {
padding-left: 2.5em;
padding-left: 2em;
}

#features li:before {
content: '✓';
float: left;
margin-left: -.8em;
color: #7fab14;
font-size: 400%;
font-size: 320%;
line-height: 1;
}

#features li strong {
display: block;
margin-bottom: .1em;
font-size: 200%;
font-size: 160%;
}

header .download-button {
Expand All @@ -237,6 +237,7 @@ footer:before {
text-align: center;
text-transform: uppercase;
letter-spacing: .2em;
text-shadow: 0 -1px 2px black;
}

#theme > p {
Expand Down Expand Up @@ -368,7 +369,6 @@ footer {
margin-top: 2em;
background-position: bottom;
color: white;
text-shadow: 0 -1px 2px black;
}

footer:before {
Expand Down