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 +