From 9beb392905a760fa94f0ad45611a32e5210244ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aoi=20Koizumi=20=28=E5=8F=A4=E6=B3=89=20=E3=81=82=E3=81=8A?= =?UTF-8?q?=E3=81=84=29?= Date: Thu, 6 Oct 2022 03:52:45 +0000 Subject: [PATCH] Import fixes from mirageCSS 1.1.6 (#3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aoi K Co-authored-by: Aoi K Reviewed-on: https://git.mills.io/prologic/spyda/pulls/3 Co-authored-by: Aoi Koizumi (古泉 あおい) Co-committed-by: Aoi Koizumi (古泉 あおい) --- internal/static/css/01-mirage.css | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/internal/static/css/01-mirage.css b/internal/static/css/01-mirage.css index 820b57a..64ea783 100644 --- a/internal/static/css/01-mirage.css +++ b/internal/static/css/01-mirage.css @@ -3,8 +3,7 @@ * Make web 2.0 websites without JavaScript!! * Developers : KiddyTheKid & Aoi Koizumi * Licensed under GNU Affero General Public License version 3 - * Version : 1.1.5 - * Modified for use with KyokoNet/spyda + * Version : 1.1.6 */ @keyframes anim-nova-toggle { from { @@ -13,7 +12,7 @@ max-height: 500px; } } * { - font-family: 'Oswald', sans-serif, monospace, 'Segoe UI Emoji'; + font-family: sans-serif, monospace, 'Segoe UI Emoji'; margin: 0; padding: 0; } *:root { @@ -113,7 +112,7 @@ fieldset { border-radius: 4px; } input { - font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono"; padding: 6px 12px; margin-bottom: .5rem; background: #111111; @@ -184,10 +183,10 @@ video { margin-bottom: 1rem; } html { - font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono"; } + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono"; } select { - font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono"; padding: 6px 12px; margin-bottom: .5rem; background: #111111; @@ -198,7 +197,7 @@ select { box-sizing: border-box; } button { - font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Comic Mono"; font-size: 1rem; display: inline-block; padding: 6px 12px; @@ -521,8 +520,8 @@ li { mark { padding: 3px 6px; - background: #FFFFFF; - color: #FFFFFF; } + background: #000000; + color: #A9A9A9; } footer { text-align: center; }