From 05b12501a38cc2b8966868c499a84295547a25b6 Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Mon, 16 Jul 2018 08:30:29 +0200 Subject: [PATCH] Iterate on the color palettes --- assets/style.css | 7 +++++- assets/test-themes.html | 5 +++- assets/themes.css | 51 +++++++++++++++++++++-------------------- themes/generate.py | 26 +++++++++++++++++---- 4 files changed, 57 insertions(+), 32 deletions(-) mode change 100644 => 100755 themes/generate.py diff --git a/assets/style.css b/assets/style.css index 5e5dafa..4d9227d 100644 --- a/assets/style.css +++ b/assets/style.css @@ -154,7 +154,7 @@ pre { } a { - color: var(--theme-link); + color: #1E88E5; text-decoration: none; } @@ -213,6 +213,10 @@ footer { box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); } +footer a { + color: var(--theme-link); +} + ul.dense { list-style: none; padding: 0; @@ -370,6 +374,7 @@ input[type="search"] { margin: 0; border: none; background: var(--theme-input); + color: var(--theme-text); font: inherit; font-size: 18px; diff --git a/assets/test-themes.html b/assets/test-themes.html index a42bbd3..8dc6355 100644 --- a/assets/test-themes.html +++ b/assets/test-themes.html @@ -3,6 +3,7 @@ Test themes – Sausagewiki +