From c3374597cc31d29b15ec4a892f7c68e383e27f32 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Wed, 10 Jun 2026 13:59:47 +0200 Subject: [PATCH] Complete Emergo --- css/common.css | 8 ++ index.html | 1 + js/app.js | 1 + variants/Emergo/complete_rules.html | 142 ++++++++++++++++++++++++++++ variants/Emergo/rules.html | 21 +++- 5 files changed, 172 insertions(+), 1 deletion(-) create mode 100644 variants/Emergo/complete_rules.html diff --git a/css/common.css b/css/common.css index e80a6ac..7c5839d 100644 --- a/css/common.css +++ b/css/common.css @@ -37,6 +37,14 @@ h1 { display: block; margin: 10px 0; } +h2 { + font-size: 1.7rem; + color: darkblue; + font-weight: bold; + text-align: center; + display: block; + margin: 10px 0; +} h4 { font-size: 1.5rem; font-weight: bold; diff --git a/index.html b/index.html index e5e3ded..018a571 100644 --- a/index.html +++ b/index.html @@ -106,6 +106,7 @@
+