| | -/* ************************************************************************ |
| | +/* |
| | * Page |
| | - * ************************************************************************ */ |
| | + */ |
| | :root { |
| | --accent-colour: #ec706a; |
 |
| | } |
| | |
| | -/* ************************************************************************ |
| | +/* |
| | * Header |
| | - * ************************************************************************ */ |
| | - |
| | + */ |
| | header { |
| | /* Avoid being flush with top of page, put space between the title and |
 |
| | } |
| | |
| | -/* ************************************************************************ |
| | +/* |
| | * Screenshots |
| | - * ************************************************************************ */ |
| | - |
| | + */ |
| | main.screenshots { |
| | text-align: center; |
 |
| | } |
| | |
| | -/* ************************************************************************ |
| | +/* |
| | * Version information |
| | - * ************************************************************************ */ |
| | - |
| | + */ |
| | main > p.version { |
| | text-align: center; |
| | } |
| | |
| | -/* ************************************************************************ |
| | +/* |
| | * Download buttons |
| | - * ************************************************************************ */ |
| | - |
| | + */ |
| | main > div.downloads { |
| | /* Arrange the buttons in a responsive, 2 x 2 grid. */ |
 |
| | } |
| | |
| | -/* ************************************************************************ |
| | +/* |
| | * Navigation |
| | - * ************************************************************************ */ |
| | - |
| | + */ |
| | nav { |
| | /* Don't crowd navigation links against the download buttons. */ |
 |
| | } |
| | |
| | -/* ************************************************************************ |
| | +/* |
| | * Footer |
| | - * ************************************************************************ */ |
| | + */ |
| | footer { |
| | margin-top: 2em; |