From 168427891342f32375c0f82c349524cff18dc9c8 Mon Sep 17 00:00:00 2001 From: Vincent Tam Date: Fri, 27 Sep 2024 16:14:12 +0200 Subject: [PATCH] Corrected title jyptping color --- assets/css/style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index 5264c9d..31836f8 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -3,16 +3,16 @@ @import "{{ site.theme }}"; -textarea { +#inputForm .textarea { width: 100%; } -ruby { - font-size: 32px; +#output ruby { + fo nt-size: 32px; margin: 5px; } -rt { +#output rt { font-size: 20px; color: #404040; }