diff options
| author | rain <rain@hatecomputers.club> | 2024-10-14 22:26:21 -0400 |
|---|---|---|
| committer | rain <rain@hatecomputers.club> | 2024-10-14 22:26:21 -0400 |
| commit | 84eb502bcddd0a37fb27a81bee5312c3321fb05a (patch) | |
| tree | bc064016ad2f7080afe2f3aed9d939b27ba5d472 /static/css/styles.css | |
| parent | 86aaf49138c2987442a5f225985f0f9904ce74ef (diff) | |
| download | hatecomputers.club-84eb502bcddd0a37fb27a81bee5312c3321fb05a.tar.gz hatecomputers.club-84eb502bcddd0a37fb27a81bee5312c3321fb05a.zip | |
improve home page club member CSS (#14)
whoops, didn't open an issue. oh well. made the landing page look better while maintaining the spirit and vibes of the project
Co-authored-by: Mark Snyder <20092441+mkwsnyder@users.noreply.github.com>
Reviewed-on: https://git.hatecomputers.club/hatecomputers/hatecomputers.club/pulls/14
Diffstat (limited to 'static/css/styles.css')
| -rw-r--r-- | static/css/styles.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index e7a0efc..8b0e1af 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -10,14 +10,18 @@ src: url("/static/font/comicsans.ttf"); } -* { - box-sizing: border-box; +/* global style */ +html { margin: 0; padding: 0; color: var(--text-color); font-family: "ComicSans", sans-serif; } +* { + box-sizing: border-box; +} + /* i just cannot get this to look good on firefox... */ @supports not (-moz-appearance: none) { * { |
