From 04b0a30e76de86dac50babb1923cb197ff45e957 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Sat, 14 Jun 2025 15:05:50 +0200 Subject: [PATCH] Enhance UI by updating header styles and improving group detail layout --- base/static/css/main.css | 21 ++++++++++++++++++++- base/templates/base.html | 22 ++++++++++++++-------- game/templates/game/group_detail.html | 13 +++++++++---- game/templates/game/home.html | 8 +++++--- 4 files changed, 48 insertions(+), 16 deletions(-) diff --git a/base/static/css/main.css b/base/static/css/main.css index 1bb1f28..c329a18 100644 --- a/base/static/css/main.css +++ b/base/static/css/main.css @@ -1,3 +1,8 @@ +:root { + --pico-font-family-sans-serif: Exo, sans-serif; + --pico-font-weight: 450; +} + img.logo { border-radius: var(--pico-border-radius); } @@ -92,8 +97,22 @@ article.message { .big-logo { font-size: 8rem; } + h1 { font-size: 4rem; - font-weight: 900; } } + +h1, +h2, +h3, +h4, +h5, +h6, +.header-title { + font-weight: 900; +} + +i.i { + margin-right: .5em; +} diff --git a/base/templates/base.html b/base/templates/base.html index 60315f0..8e677eb 100644 --- a/base/templates/base.html +++ b/base/templates/base.html @@ -12,27 +12,29 @@ {% endblock title %} - + + + + {% block body %}
- - - +