minor tweak to css and index

This commit is contained in:
Eric 2023-07-01 07:22:58 -07:00
parent cd18c4937e
commit 0c92ac046e
2 changed files with 6 additions and 5 deletions

View File

@ -3,6 +3,7 @@ title = "Libre Gaming - Main"
+++
<!-- SPDX-License-Identifier: CC0-1.0 -->
LibreGaming
===========
@ -22,13 +23,14 @@ What To Do
----------
To join us for conversation and matchmaking, see our [contact
information](chat-with-us).
information](https://libregaming.org/chat-with-us/).
If you are new to libre gaming or are looking for game to play, visit
[LibreGameWiki](https://libregamewiki.org/). If you find something you
like, tell us about it!
We have written a small primer on [why you should be a libre
gamer](https://ericxdu.gitlab.io/kingdoms/libregaming/libre-games-primer).
gamer](libre-games-primer.html) and a page on how to
[play libre games](play-libre-games).
We also have a detailed page [introducing our organization](intro).
We also have a detailed page [introducing our organization](intro.html).

View File

@ -23,12 +23,11 @@
html { /* center HTML and reduce width */
background-color: black;
margin: auto;
max-width: 60em;
max-width: 75em;
}
body { /* establish document colors and font */
background-color: #1c1b22; /* dark grey background */
border-radius: 1em;
color: #dee2e6; /* off white text */
font-family: Roboto, Arial, sans-serif;
padding: 1em;