From de804b25bc91fbe94d8b26470844009bf1189d57 Mon Sep 17 00:00:00 2001 From: tksarah Date: Tue, 5 Mar 2024 06:48:10 +0900 Subject: [PATCH] add css for h1,h2 -v2 --- index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 35e3aef..e1c1233 100644 --- a/index.html +++ b/index.html @@ -31,13 +31,12 @@ background-color: #555; } - /* 基本的なレポートスタイル */ h1 { font-family: 'Arial', sans-serif; font-size: 24px; font-weight: bold; - color: #333; - border-bottom: 2px solid #666; + color: #f0f0f0; + border-bottom: 2px solid #ddd; padding-bottom: 3px; margin-bottom: 20px; } @@ -46,8 +45,8 @@ font-family: 'Arial', sans-serif; font-size: 18px; font-weight: bold; - color: #555; - border-bottom: 1px solid #888; + color: #d0d0d0; + border-bottom: 1px solid #bbb; padding-bottom: 2px; margin-bottom: 10px; }